Uses of Class
org.robovm.apple.usernotifications.UNNotificationResponse
| Package | Description |
|---|---|
| org.robovm.apple.uikit | |
| org.robovm.apple.usernotifications | |
| org.robovm.apple.usernotificationsui |
-
Uses of UNNotificationResponse in org.robovm.apple.uikit
Methods in org.robovm.apple.uikit that return UNNotificationResponse Modifier and Type Method Description UNNotificationResponseUISceneConnectionOptions. getNotificationResponse() -
Uses of UNNotificationResponse in org.robovm.apple.usernotifications
Subclasses of UNNotificationResponse in org.robovm.apple.usernotifications Modifier and Type Class Description classUNTextInputNotificationResponseMethods in org.robovm.apple.usernotifications with parameters of type UNNotificationResponse Modifier and Type Method Description voidUNUserNotificationCenterDelegate. didReceiveNotificationResponse(UNUserNotificationCenter center, UNNotificationResponse response, Runnable completionHandler)voidUNUserNotificationCenterDelegateAdapter. didReceiveNotificationResponse(UNUserNotificationCenter center, UNNotificationResponse response, Runnable completionHandler) -
Uses of UNNotificationResponse in org.robovm.apple.usernotificationsui
Methods in org.robovm.apple.usernotificationsui with parameters of type UNNotificationResponse Modifier and Type Method Description voidUNNotificationContentExtension. didReceiveNotificationResponse(UNNotificationResponse response, VoidBlock1<UNNotificationContentExtensionResponseOption> completion)