UNUserNotificationCenter.RemovePendingNotificationRequests(String[]) 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.
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