次の方法で共有


WKInterfaceController.HandleRemoteNotificationAction メソッド

定義

ユーザーがリモート通知に反応したときに、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

パラメーター

identifier
String

ユーザーが選択したアクション、またはユーザーがアクション ボタンを使用せずにアプリを起動した場合は空の文字列。

このパラメーターは、null に設定できます。

remoteNotification
NSDictionary

通知。

属性

注釈

このメソッドは、通知を表示する ではなくWKInterfaceController、Watch App ストーリーボードの最初の メソッドである で呼び出WKInterfaceControllerされます。

このメソッドは、Watch 拡張機能のメイン スレッドで呼び出されます。

適用対象