Partager via


UNNotificationContentExtensionResponseOption Énumération

Définition

É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.

S’applique à