Bagikan melalui


UIBackgroundFetchResult Enum

Definisi

Enumerasi yang nilainya menentukan hasil DidReceiveRemoteNotification(UIApplication, NSDictionary, Action<UIBackgroundFetchResult>) handler penyelesaian.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public enum UIBackgroundFetchResult
type UIBackgroundFetchResult = 
Warisan
UIBackgroundFetchResult
Atribut

Bidang

Failed 2

Upaya untuk mengunduh data gagal.

NewData 0

Data baru berhasil diunduh.

NoData 1

Tidak ada data baru untuk diunduh.

Berlaku untuk