Share via


UNUserNotificationCenter.RemoveAllPendingNotificationRequests Method

Definition

Removes all pending notification requests for the app from the notification center.

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

Applies to