UNUserNotificationCenter.RemovePendingNotificationRequests(String[]) Method

Definition

Removes all pending notification requests for the app that have any of the the specified identifiers from the notification center.

[Foundation.Export("removePendingNotificationRequestsWithIdentifiers:")]
public virtual void RemovePendingNotificationRequests (string[] identifiers);
abstract member RemovePendingNotificationRequests : string[] -> unit
override this.RemovePendingNotificationRequests : string[] -> unit

Parameters

identifiers
String[]

The identifiers for which to remove the corresponding notification requests.

Attributes

Applies to