Uses of Class
org.robovm.apple.usernotifications.UNNotificationActionIcon
| Package | Description |
|---|---|
| org.robovm.apple.usernotifications |
-
Uses of UNNotificationActionIcon in org.robovm.apple.usernotifications
Methods in org.robovm.apple.usernotifications that return UNNotificationActionIcon Modifier and Type Method Description static UNNotificationActionIconUNNotificationActionIcon. createWithSystemImageName(String systemImageName)static UNNotificationActionIconUNNotificationActionIcon. createWithTemplateImageName(String templateImageName)UNNotificationActionIconUNNotificationAction. getIcon()Methods in org.robovm.apple.usernotifications with parameters of type UNNotificationActionIcon Modifier and Type Method Description protected static longUNNotificationAction. create(String identifier, String title, UNNotificationActionOptions options, UNNotificationActionIcon icon)protected static longUNTextInputNotificationAction. create(String identifier, String title, UNNotificationActionOptions options, UNNotificationActionIcon icon, String textInputButtonTitle, String textInputPlaceholder)Constructors in org.robovm.apple.usernotifications with parameters of type UNNotificationActionIcon Constructor Description UNNotificationAction(String identifier, String title, UNNotificationActionOptions options, UNNotificationActionIcon icon)UNTextInputNotificationAction(String identifier, String title, UNNotificationActionOptions options, UNNotificationActionIcon icon, String textInputButtonTitle, String textInputPlaceholder)