Uses of Class
org.robovm.apple.usernotifications.UNNotificationRequest
| Package | Description |
|---|---|
| org.robovm.apple.usernotifications |
-
Uses of UNNotificationRequest in org.robovm.apple.usernotifications
Methods in org.robovm.apple.usernotifications that return UNNotificationRequest Modifier and Type Method Description UNNotificationRequestUNNotification. getRequest()Methods in org.robovm.apple.usernotifications with parameters of type UNNotificationRequest Modifier and Type Method Description voidUNUserNotificationCenter. addNotificationRequest(UNNotificationRequest request, VoidBlock1<NSError> completionHandler)voidUNNotificationServiceExtension. didReceiveNotificationRequest(UNNotificationRequest request, VoidBlock1<UNNotificationContent> contentHandler)Method parameters in org.robovm.apple.usernotifications with type arguments of type UNNotificationRequest Modifier and Type Method Description voidUNUserNotificationCenter. getPendingNotificationRequests(VoidBlock1<NSArray<UNNotificationRequest>> completionHandler)