WKInterfaceController.HandleRemoteNotificationAction メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ユーザーがリモート通知に反応したときに、Watch アプリの初期 WKInterfaceController で呼び出されます。
[Foundation.Export("handleActionWithIdentifier:forRemoteNotification:")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.None, "Use 'UNUserNotificationCenterDelegate' instead.")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.WatchOS, 3, 0, ObjCRuntime.PlatformArchitecture.None, "Use 'UNUserNotificationCenterDelegate' instead.")]
public virtual void HandleRemoteNotificationAction (string identifier, Foundation.NSDictionary remoteNotification);
abstract member HandleRemoteNotificationAction : string * Foundation.NSDictionary -> unit
override this.HandleRemoteNotificationAction : string * Foundation.NSDictionary -> unit
パラメーター
- remoteNotification
- NSDictionary
通知。
- 属性
注釈
このメソッドは、通知を表示する ではなくWKInterfaceController、Watch App ストーリーボードの最初の メソッドである で呼び出WKInterfaceControllerされます。
このメソッドは、Watch 拡張機能のメイン スレッドで呼び出されます。