UNNotificationContentExtensionResponseOption Enumerazione
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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
Nome | Valore | Descrizione |
---|---|---|
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. |