Condividi tramite


UNNotificationContentExtensionResponseOption Enumerazione

Definizione

Enumera le risposte di notifica preferite.

[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 = 
Ereditarietà
UNNotificationContentExtensionResponseOption
Attributi

Campi

Dismiss 1

Indica che l'interfaccia di notifica verrà ignorata e che l'estensione del contenuto gestirà l'azione.

DismissAndForwardAction 2

Indica che l'interfaccia di notifica verrà ignorata e che la notifica verrà inoltrata all'app per rispondere.

DoNotDismiss 0

Indica che l'interfaccia di notifica non verrà ignorata e che l'estensione del contenuto gestirà l'azione.

Si applica a