UNUserNotificationCenter.RemovePendingNotificationRequests(String[]) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
通知センターから、指定された identifiers
のいずれかを持つアプリに対するすべての保留中の通知要求を削除します。
[Foundation.Export("removePendingNotificationRequestsWithIdentifiers:")]
public virtual void RemovePendingNotificationRequests(string[] identifiers);
abstract member RemovePendingNotificationRequests : string[] -> unit
override this.RemovePendingNotificationRequests : string[] -> unit
パラメーター
- identifiers
- String[]
対応する通知要求を削除する識別子。
- 属性