Compartir a través de


UNNotificationSetting Enumeración

Definición

Enumera los estados de notificación.

[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 = 
Herencia
UNNotificationSetting
Atributos

Campos

Disabled 1

La notificación está deshabilitada.

Enabled 2

La notificación está habilitada.

NotSupported 0

La aplicación de destino no admite el tipo de notificación.

Se aplica a