Android.Content.ContentResolver.IsSyncPending Method
Return true if the pending status is true of any matching authorities.

Syntax

[Android.Runtime.Register("isSyncPending", "(Landroid/accounts/Account;Ljava/lang/String;)Z", "")]
public static bool IsSyncPending (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

Return true if the pending status is true of any matching authorities.

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