public class UIMutableUserNotificationCategory extends UIUserNotificationCategory
| Constructor and Description |
|---|
UIMutableUserNotificationCategory() |
| Modifier and Type | Method and Description |
|---|---|
void |
setActions(List<UIUserNotificationAction> actions,
int UIUserNotificationActionContext)
Assigns the specified actions to the specified context.
|
void |
setIdentifier(String identifier)
Sets the name of the action group.
|
actionsForContext, identifieraddObserver, observeValueForKeyPath, performSelector, performSelectorOnMainThread, release, removeObserver, removeObserver, retain, setValueForKey, setValueForUndefinedKey, valueForKey, valueForUndefinedKeyequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsupportsSecureCodingpublic void setIdentifier(String identifier)
identifier - The action group category name.public void setActions(List<UIUserNotificationAction> actions, int UIUserNotificationActionContext)
actions - The actions to be assigned to the specified context.UIUserNotificationActionContext - The context for which the actions
are assigned.UIUserNotificationActionContextCopyright © 2020. All rights reserved.