다음을 통해 공유


UNNotificationRequest.FromIdentifier 메서드

정의

지정된 identifier, contenttrigger를 사용하여 새 알림 요청을 만듭니다.

[Foundation.Export("requestWithIdentifier:content:trigger:")]
public static UserNotifications.UNNotificationRequest FromIdentifier (string identifier, UserNotifications.UNNotificationContent content, UserNotifications.UNNotificationTrigger trigger);
static member FromIdentifier : string * UserNotifications.UNNotificationContent * UserNotifications.UNNotificationTrigger -> UserNotifications.UNNotificationRequest

매개 변수

identifier
String

애플리케이션 범위에 고유한 identifer입니다.

content
UNNotificationContent

알림의 내용입니다.

trigger
UNNotificationTrigger

트리거의 조건이 충족될 때 알림을 활성화하는 트리거입니다.

이 매개 변수는 null일 수 있습니다.

반환

새 알림 요청입니다.

특성

적용 대상