SyncResult.AlreadyInProgress Property

Definition

This instance of a SyncResult is returned by the SyncAdapter in response to a sync request when a sync is already underway.

[Android.Runtime.Register("ALREADY_IN_PROGRESS")]
public static Android.Content.SyncResult? AlreadyInProgress { get; }
[<Android.Runtime.Register("ALREADY_IN_PROGRESS")>]
static member AlreadyInProgress : Android.Content.SyncResult

Property Value

Attributes

Remarks

This instance of a SyncResult is returned by the SyncAdapter in response to a sync request when a sync is already underway. The SyncManager will reschedule the sync request to try again later.

Java documentation for android.content.SyncResult.ALREADY_IN_PROGRESS.

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