-
Methods in org.robovm.apple.usernotifications with parameters of type UNUserNotificationCenter
| Modifier and Type |
Method |
Description |
void |
UNUserNotificationCenterDelegate.didReceiveNotificationResponse(UNUserNotificationCenter center,
UNNotificationResponse response,
Runnable completionHandler) |
|
void |
UNUserNotificationCenterDelegateAdapter.didReceiveNotificationResponse(UNUserNotificationCenter center,
UNNotificationResponse response,
Runnable completionHandler) |
|
void |
UNUserNotificationCenterDelegate.openSettings(UNUserNotificationCenter center,
UNNotification notification) |
|
void |
UNUserNotificationCenterDelegateAdapter.openSettings(UNUserNotificationCenter center,
UNNotification notification) |
|
void |
UNUserNotificationCenterDelegate.willPresentNotification(UNUserNotificationCenter center,
UNNotification notification,
VoidBlock1<UNNotificationPresentationOptions> completionHandler) |
|
void |
UNUserNotificationCenterDelegateAdapter.willPresentNotification(UNUserNotificationCenter center,
UNNotification notification,
VoidBlock1<UNNotificationPresentationOptions> completionHandler) |
|