Share via


UNUserNotificationCenter.RemoveDeliveredNotifications(String[]) Method

Definition

[Foundation.Export("removeDeliveredNotificationsWithIdentifiers:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void RemoveDeliveredNotifications(string[] identifiers);
[<Foundation.Export("removeDeliveredNotificationsWithIdentifiers:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member RemoveDeliveredNotifications : string[] -> unit
override this.RemoveDeliveredNotifications : string[] -> unit

Parameters

identifiers
String[]
Attributes

Applies to