ContentResolver.RequestSync 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
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。 只能在 extras 捆绑包中使用以下类型的值:ul>li Integer/li>><li Long</>><li li boolean</li li Float</<>>li><>Double</>><li li String</li li account</><<>>li li>null</li<>/ul<><<>
本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。