UIApplicationDelegate_Extensions.DidReceiveRemoteNotification 메서드

정의

앱이 원격 알림을 수신했음을 나타냅니다.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public static void DidReceiveRemoteNotification (this UIKit.IUIApplicationDelegate This, UIKit.UIApplication application, Foundation.NSDictionary userInfo, Action<UIKit.UIBackgroundFetchResult> completionHandler);
static member DidReceiveRemoteNotification : UIKit.IUIApplicationDelegate * UIKit.UIApplication * Foundation.NSDictionary * Action<UIKit.UIBackgroundFetchResult> -> unit

매개 변수

This
IUIApplicationDelegate

이 확장 메서드가 작동하는 인스턴스입니다.

application
UIApplication

UIApplication에 대한 핸들입니다.

userInfo
NSDictionary
completionHandler
Action<UIBackgroundFetchResult>

백그라운드 페치 작업의 결과를 운영 체제에 알리기 위해 호출하는 콜백입니다.

특성

적용 대상