UAUserNotificationAction Class Reference
Inherits from | NSObject |
Declared in | UAUserNotificationAction.h |
Tasks
-
identifier
property -
title
property -
activationMode
property -
authenticationRequired
property -
destructive
property -
– isEqualToAction:
Properties
activationMode
The mode in which to run the app when the action is performed.
@property (nonatomic, assign, readonly) UIUserNotificationActivationMode activationMode
Declared In
UAUserNotificationAction.h
authenticationRequired
A Boolean value indicating whether the user must unlock the device before the action is performed.
@property (nonatomic, assign, readonly, getter=isAuthenticationRequired) BOOL authenticationRequired
Declared In
UAUserNotificationAction.h
destructive
A Boolean value indicating whether the action is destructive
@property (nonatomic, assign, readonly, getter=isDestructive) BOOL destructive
Declared In
UAUserNotificationAction.h