Partager via


UNAlertStyle Énumération

Définition

Énumère les types d’alertes affichées par les notifications.

[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 = 
Héritage
UNAlertStyle
Attributs

Champs

Alert 2

La notification peut afficher une alerte modale.

Banner 1

La notification peut afficher une alerte de bannière déroulante temporaire.

None 0

L’application peut ne pas afficher d’alertes.

S’applique à