Android.Content.ContentResolver.GetIsSyncable Method
Check if this account/provider is syncable.

Syntax

[Android.Runtime.Register("getIsSyncable", "(Landroid/accounts/Account;Ljava/lang/String;)I", "")]
public static int GetIsSyncable (Android.Accounts.Account account, string authority)

Parameters

account
Documentation for this section has not yet been entered.
authority
Documentation for this section has not yet been entered.

Returns

Documentation for this section has not yet been entered.

Remarks

Check if this account/provider is syncable.

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

[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