UIUserNotificationActionContext Énumération
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
É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. |