Package apple.usernotifications.enums
Class UNNotificationActionOptions
- java.lang.Object
-
- apple.usernotifications.enums.UNNotificationActionOptions
-
public final class UNNotificationActionOptions extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static longAuthenticationRequiredWhether this action should require unlocking before being performed.static longDestructiveWhether this action should be indicated as destructive.static longForegroundWhether this action should cause the application to launch in the foreground.
-
-
-
Field Detail
-
AuthenticationRequired
public static final long AuthenticationRequired
Whether this action should require unlocking before being performed.- See Also:
- Constant Field Values
-
Destructive
public static final long Destructive
Whether this action should be indicated as destructive.- See Also:
- Constant Field Values
-
Foreground
public static final long Foreground
Whether this action should cause the application to launch in the foreground.- See Also:
- Constant Field Values
-
-