WKInterfaceController.HandleAction(String, UNNotification) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Method that is called to deliver notification payloads and actions to the interface controller.
[Foundation.Export("handleActionWithIdentifier:forNotification:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void HandleAction (string identifier, UserNotifications.UNNotification notification);
abstract member HandleAction : string * UserNotifications.UNNotification -> unit
override this.HandleAction : string * UserNotifications.UNNotification -> unit
Parameters
- notification
- UNNotification
- Attributes