Android.Content.ContentResolver.IsSyncActive Method
Returns true if there is currently a sync operation for the given account or authority actively being processed.

Syntax

[Android.Runtime.Register("isSyncActive", "(Landroid/accounts/Account;Ljava/lang/String;)Z", "")]
public static bool IsSyncActive (Android.Accounts.Account account, string authority)

Parameters

account
the account whose setting we are querying
authority
the provider whose behavior is being queried

Returns

Documentation for this section has not yet been entered.

Remarks

Returns true if there is currently a sync operation for the given account or authority actively being processed.

This method requires the caller to hold the permission NoType:android/Manifest$permission;Href=../../../reference/android/Manifest.permission.html#READ_SYNC_STATS.

[Android Documentation]

Requirements

Namespace: Android.Content
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 5