Uses of Class
org.robovm.apple.usernotifications.UNNotificationContent
| Package | Description |
|---|---|
| org.robovm.apple.usernotifications |
-
Uses of UNNotificationContent in org.robovm.apple.usernotifications
Subclasses of UNNotificationContent in org.robovm.apple.usernotifications Modifier and Type Class Description classUNMutableNotificationContentMethods in org.robovm.apple.usernotifications that return UNNotificationContent Modifier and Type Method Description UNNotificationContentUNNotificationContent. contentByUpdating(UNNotificationContentProviding provider, NSError.NSErrorPtr outError)UNNotificationContentUNNotificationRequest. getContent()Methods in org.robovm.apple.usernotifications with parameters of type UNNotificationContent Modifier and Type Method Description protected static longUNNotificationRequest. create(String identifier, UNNotificationContent content, UNNotificationTrigger trigger)Method parameters in org.robovm.apple.usernotifications with type arguments of type UNNotificationContent Modifier and Type Method Description voidUNNotificationServiceExtension. didReceiveNotificationRequest(UNNotificationRequest request, VoidBlock1<UNNotificationContent> contentHandler)Constructors in org.robovm.apple.usernotifications with parameters of type UNNotificationContent Constructor Description UNNotificationRequest(String identifier, UNNotificationContent content, UNNotificationTrigger trigger)