ContentResolver.SyncExtrasUpload Field

Definition

Indicates that this sync is intended to only upload local changes to the server.

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

Field Value

Attributes

Remarks

Indicates that this sync is intended to only upload local changes to the server. For example, this will be set to true if the sync is initiated by a call to ContentResolver#notifyChange(android.net.Uri, android.database.ContentObserver, boolean)

Java documentation for android.content.ContentResolver.SYNC_EXTRAS_UPLOAD.

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