UIApplicationDelegate_Extensions.DidReceiveRemoteNotification メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
アプリがリモート通知を受信したことを示します。
[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
パラメーター
この拡張メソッドが動作するインスタンス。
- application
- UIApplication
UIApplication を処理します。
- userInfo
- NSDictionary
- completionHandler
- Action<UIBackgroundFetchResult>
バックグラウンド フェッチ操作の結果をオペレーティング システムに通知するために呼び出すコールバック。
- 属性