Share via


UNNotificationContentExtensionResponseOption Enumeración

Definición

Enumera las respuestas de notificación preferidas.

[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 = 
Herencia
UNNotificationContentExtensionResponseOption
Atributos

Campos

Dismiss 1

Indica que se descartará la interfaz de notificación y que la extensión de contenido controlará la acción.

DismissAndForwardAction 2

Indica que se descartará la interfaz de notificación y que la notificación se reenviará a la aplicación para que responda.

DoNotDismiss 0

Indica que la interfaz de notificación no se descartará y que la extensión de contenido controlará la acción.

Se aplica a