Inherits from NSObject
Declared in UAUserNotificationAction.h

Overview

Clone of UIUserNotificationAction for iOS 7 support.

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

identifier

The string that you use internally to identify the action.

@property (nonatomic, copy, readonly, nullable) NSString *identifier

Declared In

UAUserNotificationAction.h

title

The localized string to use as the button title for the action.

@property (nonatomic, copy, readonly, nullable) NSString *title

Declared In

UAUserNotificationAction.h

Instance Methods

isEqualToAction:

Tests for equality by value.

- (BOOL)isEqualToAction:(nullable UAUserNotificationAction *)notificationAction

Parameters

notificationAction

An instance of UAUserNotificationAction.

Declared In

UAUserNotificationAction.h