次の方法で共有


UNUserNotificationCenter.RemovePendingNotificationRequests(String[]) メソッド

定義

通知センターから、指定された identifiers のいずれかを持つアプリに対するすべての保留中の通知要求を削除します。

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

パラメーター

identifiers
String[]

対応する通知要求を削除する識別子。

属性

適用対象