共用方式為


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

沒有要下載的新資料。

適用於