WKUserNotificationInterfaceController.DismissController 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.
Deprecated on WatchOS. Dismisses the controller for the notification interface on iOS.
[Foundation.Export("dismissController")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.WatchOS, 5, 0, ObjCRuntime.PlatformArchitecture.None, "Use 'PerformDismissAction' instead.")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.WatchOS, 2, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void DismissController ();
override this.DismissController : unit -> unit
- Attributes