Uses of Class
org.robovm.compiler.target.ios.DeviceType.DeviceFamily
| Package | Description |
|---|---|
| org.robovm.compiler.target.ios |
-
Uses of DeviceType.DeviceFamily in org.robovm.compiler.target.ios
Methods in org.robovm.compiler.target.ios that return DeviceType.DeviceFamily Modifier and Type Method Description DeviceType.DeviceFamilyDeviceType. getFamily()static DeviceType.DeviceFamilyDeviceType.DeviceFamily. valueOf(String name)Returns the enum constant of this type with the specified name.static DeviceType.DeviceFamily[]DeviceType.DeviceFamily. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.robovm.compiler.target.ios with parameters of type DeviceType.DeviceFamily Modifier and Type Method Description static DeviceTypeDeviceType. getBestDeviceType(Arch arch, DeviceType.DeviceFamily family, String deviceName, String deviceVersion)Returns the bestDeviceTypematching the parameters.static DeviceTypeDeviceType. getBestDeviceType(DeviceType.DeviceFamily family)