次の方法で共有


WKInterfaceController.HandleLocalNotificationAction メソッド

定義

開発者は、この非推奨のメソッドを使用しないでください。 開発者は、代わりに 'UNUserNotificationCenterDelegate' を使用する必要があります。

[Foundation.Export("handleActionWithIdentifier:forLocalNotification:")]
[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 HandleLocalNotificationAction (string identifier, UIKit.UILocalNotification localNotification);
abstract member HandleLocalNotificationAction : string * UIKit.UILocalNotification -> unit
override this.HandleLocalNotificationAction : string * UIKit.UILocalNotification -> unit

パラメーター

identifier
String

追加する。

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

localNotification
UILocalNotification
属性

適用対象