Uses of Class
org.robovm.apple.uikit.UIApplicationShortcutIconType
| Package | Description |
|---|---|
| org.robovm.apple.uikit |
-
Uses of UIApplicationShortcutIconType in org.robovm.apple.uikit
Methods in org.robovm.apple.uikit that return UIApplicationShortcutIconType Modifier and Type Method Description static UIApplicationShortcutIconTypeUIApplicationShortcutIconType. valueOf(long n)Returns the enum constant of this type with the specified name.static UIApplicationShortcutIconTypeUIApplicationShortcutIconType. valueOf(String name)Returns the enum constant of this type with the specified name.static UIApplicationShortcutIconType[]UIApplicationShortcutIconType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.robovm.apple.uikit with parameters of type UIApplicationShortcutIconType Modifier and Type Method Description protected static longUIApplicationShortcutIcon. create(UIApplicationShortcutIconType type)Constructors in org.robovm.apple.uikit with parameters of type UIApplicationShortcutIconType Constructor Description UIApplicationShortcutIcon(UIApplicationShortcutIconType type)