ContentResolver.SyncExtrasIgnoreBackoff Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
If this extra is set to true then any backoffs for the initial attempt (e.
[Android.Runtime.Register("SYNC_EXTRAS_IGNORE_BACKOFF")]
public const string SyncExtrasIgnoreBackoff;
[<Android.Runtime.Register("SYNC_EXTRAS_IGNORE_BACKOFF")>]
val mutable SyncExtrasIgnoreBackoff : string
Field Value
- Attributes
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.
Java documentation for android.content.ContentResolver.SYNC_EXTRAS_IGNORE_BACKOFF
.
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.