ContentResolver.SyncExtrasInitialize Field

Definition

Set by the SyncManager to request that the SyncAdapter initialize itself for the given account/authority pair.

[Android.Runtime.Register("SYNC_EXTRAS_INITIALIZE")]
public const string SyncExtrasInitialize;
[<Android.Runtime.Register("SYNC_EXTRAS_INITIALIZE")>]
val mutable SyncExtrasInitialize : string

Field Value

Attributes

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 #setIsSyncable(android.accounts.Account, String, int) 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.

Java documentation for android.content.ContentResolver.SYNC_EXTRAS_INITIALIZE.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to