-
Methods in org.robovm.apple.usernotifications with parameters of type UNNotificationActionOptions
| Modifier and Type |
Method |
Description |
protected static long |
UNNotificationAction.create(String identifier,
String title,
UNNotificationActionOptions options) |
|
protected static long |
UNNotificationAction.create(String identifier,
String title,
UNNotificationActionOptions options,
UNNotificationActionIcon icon) |
|
protected static long |
UNTextInputNotificationAction.create(String identifier,
String title,
UNNotificationActionOptions options,
String textInputButtonTitle,
String textInputPlaceholder) |
|
protected static long |
UNTextInputNotificationAction.create(String identifier,
String title,
UNNotificationActionOptions options,
UNNotificationActionIcon icon,
String textInputButtonTitle,
String textInputPlaceholder) |
|
Constructors in org.robovm.apple.usernotifications with parameters of type UNNotificationActionOptions
| Constructor |
Description |
UNNotificationAction(String identifier,
String title,
UNNotificationActionOptions options) |
|
UNNotificationAction(String identifier,
String title,
UNNotificationActionOptions options,
UNNotificationActionIcon icon) |
|
UNTextInputNotificationAction(String identifier,
String title,
UNNotificationActionOptions options,
String textInputButtonTitle,
String textInputPlaceholder) |
|
UNTextInputNotificationAction(String identifier,
String title,
UNNotificationActionOptions options,
UNNotificationActionIcon icon,
String textInputButtonTitle,
String textInputPlaceholder) |
|