Compartir a través de


UNAlertStyle Enumeración

Definición

Enumera los tipos de alertas que muestran las notificaciones.

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

Campos

Alert 2

La notificación puede mostrar una alerta modal.

Banner 1

La notificación puede mostrar una alerta temporal de banner deslizante.

None 0

Es posible que la aplicación no muestre alertas.

Se aplica a