Android.Content.ContentResolver.SyncExtrasIgnoreBackoff Field
If this extra is set to true then any backoffs for the initial attempt (e.g. due to retries) are ignored by the sync scheduler.

Syntax

[Android.Runtime.Register("SYNC_EXTRAS_IGNORE_BACKOFF")]
public const string SyncExtrasIgnoreBackoff

Remarks

If this extra is set to true then any backoffs for the initial attempt (e.g. due to retries) are ignored by the sync scheduler. If this request fails and gets rescheduled then the retries will still honor the backoff.

[Android Documentation]

Requirements

Namespace: Android.Content
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 8