WKInterfaceController.HandleRemoteNotificationAction 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
當使用者回應遠端通知時,在監看式應用程式的初始 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 呼叫,這是監看式應用程式分鏡腳本中的初始方法,而不是 WKInterfaceController 顯示通知的 。
這個方法會在監看式延伸模組的主執行緒上呼叫。