public class UIUserNotificationCategory extends NSObject implements NSSecureCoding
| Constructor and Description |
|---|
UIUserNotificationCategory() |
| Modifier and Type | Method and Description |
|---|---|
List<UIUserNotificationAction> |
actionsForContext(int UIUserNotificationActionContext)
Returns a list of all the actions for the specified notification context.
|
String |
identifier()
Returns the name of the action group.
|
addObserver, observeValueForKeyPath, performSelector, performSelectorOnMainThread, release, removeObserver, removeObserver, retain, setValueForKey, setValueForUndefinedKey, valueForKey, valueForUndefinedKeyequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsupportsSecureCodingpublic String identifier()
public List<UIUserNotificationAction> actionsForContext(int UIUserNotificationActionContext)
UIUserNotificationActionContext - The notification context for which
the action are requested.UIUserNotificationActionContextCopyright © 2020. All rights reserved.