Android.Content.ContentResolver.SyncExtrasInitialize Field
Set by the SyncManager to request that the SyncAdapter initialize itself for the given account/authority pair.

Syntax

[Android.Runtime.Register("SYNC_EXTRAS_INITIALIZE")]
public const string SyncExtrasInitialize

Remarks

Set by the SyncManager to request that the SyncAdapter initialize itself for the given account/authority pair. One required initialization step is to ensure that ContentResolver.SetIsSyncable(Android.Accounts.Account, System.String, System.String) has been called with a >= 0 value. When this flag is set the SyncAdapter does not need to do a full sync, though it is allowed to do so.

[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