Uses of Class
org.robovm.apple.usernotifications.UNNotificationTrigger
| Package | Description |
|---|---|
| org.robovm.apple.usernotifications |
-
Uses of UNNotificationTrigger in org.robovm.apple.usernotifications
Subclasses of UNNotificationTrigger in org.robovm.apple.usernotifications Modifier and Type Class Description classUNCalendarNotificationTriggerclassUNLocationNotificationTriggerclassUNPushNotificationTriggerclassUNTimeIntervalNotificationTriggerMethods in org.robovm.apple.usernotifications that return UNNotificationTrigger Modifier and Type Method Description UNNotificationTriggerUNNotificationRequest. getTrigger()Methods in org.robovm.apple.usernotifications with parameters of type UNNotificationTrigger Modifier and Type Method Description protected static longUNNotificationRequest. create(String identifier, UNNotificationContent content, UNNotificationTrigger trigger)Constructors in org.robovm.apple.usernotifications with parameters of type UNNotificationTrigger Constructor Description UNNotificationRequest(String identifier, UNNotificationContent content, UNNotificationTrigger trigger)