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

다운로드할 새 데이터가 없습니다.

적용 대상