次の方法で共有


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>

バックグラウンド フェッチ操作の結果をオペレーティング システムに通知するために呼び出すコールバック。

属性

適用対象