다음을 통해 공유


UNNotificationSetting 열거형

정의

알림 상태를 열거합니다.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.WatchOS, 3, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 14, ObjCRuntime.PlatformArchitecture.Arch64, null)]
public enum UNNotificationSetting
type UNNotificationSetting = 
상속
UNNotificationSetting
특성

필드

Disabled 1

알림을 사용할 수 없습니다.

Enabled 2

알림이 사용하도록 설정됩니다.

NotSupported 0

알림 유형은 대상 애플리케이션에서 지원되지 않습니다.

적용 대상