Uses of Class
org.robovm.apple.usernotifications.UNNotification
| Package | Description |
|---|---|
| org.robovm.apple.usernotifications | |
| org.robovm.apple.usernotificationsui | |
| org.robovm.apple.watchkit |
-
Uses of UNNotification in org.robovm.apple.usernotifications
Methods in org.robovm.apple.usernotifications that return UNNotification Modifier and Type Method Description UNNotificationUNNotificationResponse. getNotification()Methods in org.robovm.apple.usernotifications with parameters of type UNNotification Modifier and Type Method Description voidUNUserNotificationCenterDelegate. openSettings(UNUserNotificationCenter center, UNNotification notification)voidUNUserNotificationCenterDelegateAdapter. openSettings(UNUserNotificationCenter center, UNNotification notification)voidUNUserNotificationCenterDelegate. willPresentNotification(UNUserNotificationCenter center, UNNotification notification, VoidBlock1<UNNotificationPresentationOptions> completionHandler)voidUNUserNotificationCenterDelegateAdapter. willPresentNotification(UNUserNotificationCenter center, UNNotification notification, VoidBlock1<UNNotificationPresentationOptions> completionHandler)Method parameters in org.robovm.apple.usernotifications with type arguments of type UNNotification Modifier and Type Method Description voidUNUserNotificationCenter. getDeliveredNotifications(VoidBlock1<NSArray<UNNotification>> completionHandler) -
Uses of UNNotification in org.robovm.apple.usernotificationsui
Methods in org.robovm.apple.usernotificationsui with parameters of type UNNotification Modifier and Type Method Description voidUNNotificationContentExtension. didReceiveNotification(UNNotification notification) -
Uses of UNNotification in org.robovm.apple.watchkit
Methods in org.robovm.apple.watchkit with parameters of type UNNotification Modifier and Type Method Description voidWKUserNotificationInterfaceController. didReceiveLocalNotification(UNNotification notification, VoidBlock1<WKUserNotificationInterfaceType> completionHandler)voidWKInterfaceController. handleAction(String identifier, UNNotification notification)