Compartilhar via


UNNotificationSetting Enumeração

Definição

Enumera os estados de notificação.

[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 = 
Herança
UNNotificationSetting
Atributos

Campos

Disabled 1

A notificação está desabilitada.

Enabled 2

A notificação está habilitada.

NotSupported 0

Não há suporte para o tipo de notificação pelo aplicativo de destino.

Aplica-se a