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 stringSyncExtrasIgnoreBackoff
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.