Android.Content.ContentResolver.SetIsSyncable Method
Set whether this account/provider is syncable.

Syntax

[Android.Runtime.Register("setIsSyncable", "(Landroid/accounts/Account;Ljava/lang/String;I)V", "")]
public static void SetIsSyncable (Android.Accounts.Account account, string authority, int syncable)

Parameters

account
Documentation for this section has not yet been entered.
authority
Documentation for this section has not yet been entered.
syncable
>0 denotes syncable, 0 means not syncable, <0 means unknown

Remarks

Set whether this account/provider is syncable.

This method requires the caller to hold the permission NoType:android/Manifest$permission;Href=../../../reference/android/Manifest.permission.html#WRITE_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