public class UNNotificationCategory extends NSObject implements NSSecureCoding
| Modifier and Type | Method and Description | 
|---|---|
List<UNNotificationAction> | 
actions()  | 
static UNNotificationCategory | 
categoryWithIdentifier(String identifier,
                      List<UNNotificationAction> actions,
                      List<String> intentIdentifiers,
                      long options)  | 
String | 
identifier()  | 
List<String> | 
intentIdentifiers()  | 
long | 
options()  | 
addObserver, observeValueForKeyPath, performSelector, performSelectorOnMainThread, release, removeObserver, removeObserver, retain, setValueForKey, setValueForUndefinedKey, valueForKey, valueForUndefinedKeyequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsupportsSecureCodingpublic static UNNotificationCategory categoryWithIdentifier(String identifier, List<UNNotificationAction> actions, List<String> intentIdentifiers, long options)
public String identifier()
public List<UNNotificationAction> actions()
public long options()
Copyright © 2020. All rights reserved.