UNNotificationContentExtensionResponseOption É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 les réponses de notification préférées.
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.MacOSX, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public enum UNNotificationContentExtensionResponseOption
type UNNotificationContentExtensionResponseOption =
- Héritage
-
UNNotificationContentExtensionResponseOption
- Attributs
Champs
Dismiss | 1 | Indique que l’interface de notification sera ignorée et que l’extension de contenu gérera l’action. |
DismissAndForwardAction | 2 | Indique que l’interface de notification sera ignorée et que la notification sera transmise à l’application pour qu’elle réponde. |
DoNotDismiss | 0 | Indique que l’interface de notification ne sera pas ignorée et que l’extension de contenu gérera l’action. |