Uses of Class
org.robovm.compiler.target.ios.DeviceType.Version
| Package | Description |
|---|---|
| org.robovm.compiler.target.ios |
-
Uses of DeviceType.Version in org.robovm.compiler.target.ios
Fields in org.robovm.compiler.target.ios declared as DeviceType.Version Modifier and Type Field Description static DeviceType.VersionDeviceType. ARM64_IOS_VERSIONstatic DeviceType.VersionDeviceType. ONLY_64BIT_IOS_VERSIONMethods in org.robovm.compiler.target.ios that return DeviceType.Version Modifier and Type Method Description DeviceType.VersionDeviceType. getVersion()Methods in org.robovm.compiler.target.ios with parameters of type DeviceType.Version Modifier and Type Method Description intDeviceType.Version. compareTo(DeviceType.Version other)booleanDeviceType.Version. isSameOrBetter(DeviceType.Version other)