UAMutableUserNotificationAction Class Reference
Inherits from | UAUserNotificationAction : NSObject |
Declared in | UAMutableUserNotificationAction.h |
Tasks
-
+ actionWithUIUserNotificationAction:
-
identifier
property -
title
property -
activationMode
property -
authenticationRequired
property -
destructive
property
Properties
activationMode
The mode in which to run the app when the action is performed.
@property (nonatomic, assign) UIUserNotificationActivationMode activationMode
Declared In
UAMutableUserNotificationAction.h
authenticationRequired
A Boolean value indicating whether the user must unlock the device before the action is performed.
@property (nonatomic, assign, getter=isAuthenticationRequired) BOOL authenticationRequired
Declared In
UAMutableUserNotificationAction.h
destructive
A Boolean value indicating whether the action is destructive
@property (nonatomic, assign, getter=isDestructive) BOOL destructive
Declared In
UAMutableUserNotificationAction.h
Class Methods
actionWithUIUserNotificationAction:
Factory method for creating a UAMutableUserNotificationAction out of a UIUserNotificationAction.
+ (instancetype)actionWithUIUserNotificationAction:(UIUserNotificationAction *)uiAction
Parameters
- uiAction
An instance of UIUserNotificationAction.
Return Value
An instance of UAUserNotificationAction.
Declared In
UAMutableUserNotificationAction.h