Table of Contents

Enum BackgroundFetchFailureReason

Namespace
CSharpToJavaScript.APIs.JS
Assembly
CSharpToJavaScript.dll
[To("None")]
public enum BackgroundFetchFailureReason

Fields

[EnumValue("")] Empty = 0
[EnumValue("aborted")] Aborted = 1
[EnumValue("bad-status")] BadStatus = 2
[EnumValue("fetch-error")] FetchError = 3
[EnumValue("quota-exceeded")] QuotaExceeded = 4
[EnumValue("download-total-exceeded")] DownloadTotalExceeded = 5