UIRemoteNotificationType 열거형

정의

원격 알림 유형의 열거형입니다.

이 열거형은 멤버 값의 비트 조합을 지원합니다.

[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
[System.Flags]
public enum UIRemoteNotificationType
type UIRemoteNotificationType = 
상속
UIRemoteNotificationType
특성

필드

Alert 4

앱은 경고 메시지를 알림으로 허용합니다.

Badge 1

앱은 앱의 아이콘을 배지로 지정하는 알림을 수락합니다.

NewsstandContentAvailability 8

앱은 Newsstand 앱에서 문제 자산의 다운로드를 트리거하는 알림을 수락합니다.

None 0

앱은 알림을 수락하지 않습니다.

Sound 2

앱은 경고 소리를 알림으로 허용합니다.

적용 대상