ContentResolver.IsSyncActive(Account, String) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
如果给定帐户或机构当前正在主动处理同步操作,则返回 true。
[Android.Runtime.Register("isSyncActive", "(Landroid/accounts/Account;Ljava/lang/String;)Z", "")]
public static bool IsSyncActive (Android.Accounts.Account? account, string? authority);
[<Android.Runtime.Register("isSyncActive", "(Landroid/accounts/Account;Ljava/lang/String;)Z", "")>]
static member IsSyncActive : Android.Accounts.Account * string -> bool
参数
- account
- Account
正在查询其设置的帐户
- authority
- String
正在查询其行为的提供程序
返回
如果给定帐户或颁发机构同步处于活动状态,则为 true。
- 属性
注解
如果给定帐户或机构当前正在主动处理同步操作,则返回 true。
此方法要求调用方持有权限 android.Manifest.permission#READ_SYNC_STATS
。
本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。