-
Method parameters in org.robovm.apple.usernotifications with type arguments of type UNNotificationAction
| Modifier and Type |
Method |
Description |
protected static long |
UNNotificationCategory.create(String identifier,
NSArray<UNNotificationAction> actions,
NSArray<NSString> intentIdentifiers,
String hiddenPreviewsBodyPlaceholder,
String categorySummaryFormat,
UNNotificationCategoryOptions options) |
|
protected static long |
UNNotificationCategory.create(String identifier,
NSArray<UNNotificationAction> actions,
NSArray<NSString> intentIdentifiers,
String hiddenPreviewsBodyPlaceholder,
UNNotificationCategoryOptions options) |
|
protected static long |
UNNotificationCategory.create(String identifier,
NSArray<UNNotificationAction> actions,
NSArray<NSString> intentIdentifiers,
UNNotificationCategoryOptions options) |
|
Constructor parameters in org.robovm.apple.usernotifications with type arguments of type UNNotificationAction
| Constructor |
Description |
UNNotificationCategory(String identifier,
NSArray<UNNotificationAction> actions,
NSArray<NSString> intentIdentifiers,
String hiddenPreviewsBodyPlaceholder,
String categorySummaryFormat,
UNNotificationCategoryOptions options) |
|
UNNotificationCategory(String identifier,
NSArray<UNNotificationAction> actions,
NSArray<NSString> intentIdentifiers,
String hiddenPreviewsBodyPlaceholder,
UNNotificationCategoryOptions options) |
|
UNNotificationCategory(String identifier,
NSArray<UNNotificationAction> actions,
NSArray<NSString> intentIdentifiers,
UNNotificationCategoryOptions options) |
|
-