| Package | Description |
|---|---|
| crossmobile.ios.usernotifications |
| Modifier and Type | Method and Description |
|---|---|
static UNNotificationAction |
UNNotificationAction.actionWithIdentifier(String identifier,
String title,
long options) |
| Modifier and Type | Method and Description |
|---|---|
List<UNNotificationAction> |
UNNotificationCategory.actions() |
| Modifier and Type | Method and Description |
|---|---|
static UNNotificationCategory |
UNNotificationCategory.categoryWithIdentifier(String identifier,
List<UNNotificationAction> actions,
List<String> intentIdentifiers,
long options) |
Copyright © 2020. All rights reserved.