Compartilhar via


UNAlertStyle Enumeração

Definição

Enumera os tipos de alertas que as notificações exibem.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 14, ObjCRuntime.PlatformArchitecture.Arch64, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public enum UNAlertStyle
type UNAlertStyle = 
Herança
UNAlertStyle
Atributos

Campos

Alert 2

A notificação pode exibir um alerta modal.

Banner 1

A notificação pode exibir um alerta temporário de faixa de slides para baixo.

None 0

O aplicativo pode não exibir alertas.

Aplica-se a