共用方式為


ContentResolver.RequestSync 方法

定義

多載

RequestSync(SyncRequest)

向 SyncManager 註冊同步處理。

RequestSync(Account, String, Bundle)

啟動異步同步處理作業。

RequestSync(SyncRequest)

向 SyncManager 註冊同步處理。

[Android.Runtime.Register("requestSync", "(Landroid/content/SyncRequest;)V", "")]
public static void RequestSync (Android.Content.SyncRequest? request);
[<Android.Runtime.Register("requestSync", "(Landroid/content/SyncRequest;)V", "")>]
static member RequestSync : Android.Content.SyncRequest -> unit

參數

request
SyncRequest
屬性

備註

向 SyncManager 註冊同步處理。 這些要求是使用 來建置的 SyncRequest.Builder

android.content.ContentResolver.requestSync(android.content.SyncRequest)Java 檔。

此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。

適用於

RequestSync(Account, String, Bundle)

啟動異步同步處理作業。

[Android.Runtime.Register("requestSync", "(Landroid/accounts/Account;Ljava/lang/String;Landroid/os/Bundle;)V", "")]
public static void RequestSync (Android.Accounts.Account? account, string? authority, Android.OS.Bundle? extras);
[<Android.Runtime.Register("requestSync", "(Landroid/accounts/Account;Ljava/lang/String;Landroid/os/Bundle;)V", "")>]
static member RequestSync : Android.Accounts.Account * string * Android.OS.Bundle -> unit

參數

account
Account

應同步處理哪一個帳戶

authority
String

應同步處理哪些授權單位

extras
Bundle

傳遞至 SyncAdapter 的任何額外專案。

屬性

備註

啟動異步同步處理作業。 如果您想要監視同步的進度,您可以註冊 SyncObserver。 只有下列類型的值可用於額外套件組合:ul>li Integer/li<>>Long</>><li li Boolean</><>li li Float</><>li double</<>>li li String</><>li li account</><>li li null</li/ul><<><<>

android.content.ContentResolver.requestSync(android.accounts.Account, java.lang.String, android.os.Bundle)Java 檔。

此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。

適用於