Uses of Class
org.robovm.compiler.target.ios.DeviceType
| Package | Description |
|---|---|
| org.robovm.compiler.target.ios |
-
Uses of DeviceType in org.robovm.compiler.target.ios
Methods in org.robovm.compiler.target.ios that return DeviceType Modifier and Type Method Description static DeviceTypeDeviceType. getBestDeviceType()static DeviceTypeDeviceType. getBestDeviceType(Arch arch, DeviceType.DeviceFamily family, String deviceName, String deviceVersion)Returns the bestDeviceTypematching the parameters.static DeviceTypeDeviceType. getBestDeviceType(DeviceType.DeviceFamily family)static DeviceTypeDeviceType. getDeviceType(String displayName)DeviceTypeIOSSimulatorLaunchParameters. getDeviceType()DeviceTypeDeviceType. getPair()DeviceTypeDeviceType. refresh()Methods in org.robovm.compiler.target.ios that return types with arguments of type DeviceType Modifier and Type Method Description static List<DeviceType>DeviceType. listDeviceTypes()Methods in org.robovm.compiler.target.ios with parameters of type DeviceType Modifier and Type Method Description intDeviceType. compareTo(DeviceType that)voidIOSSimulatorLaunchParameters. setDeviceType(DeviceType type)