Partager via


UIUserNotificationActionContext Énumération

Définition

Énumère la quantité d’espace disponible pour un UIUserNotificationAction. Utilisé avec SetActions(UIUserNotificationAction[], UIUserNotificationActionContext)

[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.None, "Use 'UNNotificationCategory.Actions' instead.")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public enum UIUserNotificationActionContext
type UIUserNotificationActionContext = 
Héritage
UIUserNotificationActionContext
Attributs

Champs

Default 0

L’interface utilisateur complète s’affiche pour l’alerte de la notification. Autorise jusqu’à quatre UIUserNotificationActions.

Minimal 1

Seul un espace minimal est disponible pour l’alerte de la notification. Autorise jusqu’à deux UIUserNotificationActions.

S’applique à