Share via


UNUserNotificationCenter.RemoveAllDeliveredNotifications Method

Definition

Removes all delivered notifications for the app from the notification center.

[Foundation.Export("removeAllDeliveredNotifications")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void RemoveAllDeliveredNotifications();
[<Foundation.Export("removeAllDeliveredNotifications")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member RemoveAllDeliveredNotifications : unit -> unit
override this.RemoveAllDeliveredNotifications : unit -> unit
Attributes

Applies to