共用方式為


WKInterfaceController.HandleRemoteNotificationAction 方法

定義

當使用者回應遠端通知時,在監看式應用程式的初始 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 呼叫,這是監看式應用程式分鏡腳本中的初始方法,而不是 WKInterfaceController 顯示通知的 。

這個方法會在監看式延伸模組的主執行緒上呼叫。

適用於