Index Hierarchy UAUserNotificationCategory Class Reference Inherits from NSObject Declared in UAUserNotificationCategory.h Overview Clone of UIUserNotificationCategory for iOS 7 support. Tasks identifier property – actionsForContext: – isEqualToCategory: Properties identifier The name of the action group. @property (nonatomic, copy, readonly, nullable) NSString *identifier Declared In UAUserNotificationCategory.h Instance Methods actionsForContext: Returns the actions to be displayed for the given notification context. - (nullable NSArray *)actionsForContext:(UIUserNotificationActionContext)context Parameters context The context in which the notification is displayed. Declared In UAUserNotificationCategory.h isEqualToCategory: Tests for equality by value. - (BOOL)isEqualToCategory:(nullable UAUserNotificationCategory *)category Parameters category An instance of UAUserNotificationCategory. Declared In UAUserNotificationCategory.h Index Hierarchy