다음을 통해 공유


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[]

해당 알림 요청을 제거할 식별자입니다.

특성

적용 대상