Share via


UNNotificationContentExtensionResponseOption Enum

Definition

Enumerates preferred notification responses.

[ObjCRuntime.Native]
public enum UNNotificationContentExtensionResponseOption
[<ObjCRuntime.Native>]
type UNNotificationContentExtensionResponseOption = 
Inheritance
UNNotificationContentExtensionResponseOption
Attributes

Fields

Name Value Description
DoNotDismiss 0

Indicates that the notification interface will not be dismissed, and that the content extension will handle the action.

Dismiss 1

Indicates that the notification interface will be dismissed, and that the content extension will handle the action.

DismissAndForwardAction 2

Indicates that the notification interface will be dismissed, and that the notification will be forwarded to the app for it to respond.

Applies to