UIBackgroundFetchResult 枚举

定义

一个枚举,其值指定完成处理程序的结果 DidReceiveRemoteNotification(UIApplication, NSDictionary, Action<UIBackgroundFetchResult>)

[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 = 
继承
UIBackgroundFetchResult
属性

字段

Failed 2

尝试下载数据失败。

NewData 0

已成功下载新数据。

NoData 1

没有要下载的新数据。

适用于