-
Methods in org.robovm.apple.usernotifications with parameters of type UNNotificationCategoryOptions
| 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) |
|
Constructors in org.robovm.apple.usernotifications with parameters of type UNNotificationCategoryOptions
| 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) |
|