Uses of Class
org.robovm.apple.foundation.NSOperatingSystemVersion
| Package | Description |
|---|---|
| org.robovm.apple.foundation | |
| org.robovm.apple.healthkit |
-
Uses of NSOperatingSystemVersion in org.robovm.apple.foundation
Methods in org.robovm.apple.foundation that return NSOperatingSystemVersion Modifier and Type Method Description NSOperatingSystemVersionNSProcessInfo. getOperatingSystemVersion()NSOperatingSystemVersionNSOperatingSystemVersion. setMajorVersion(long majorVersion)NSOperatingSystemVersionNSOperatingSystemVersion. setMinorVersion(long minorVersion)NSOperatingSystemVersionNSOperatingSystemVersion. setPatchVersion(long patchVersion)Methods in org.robovm.apple.foundation with parameters of type NSOperatingSystemVersion Modifier and Type Method Description booleanNSProcessInfo. isOperatingSystemAtLeastVersion(NSOperatingSystemVersion version) -
Uses of NSOperatingSystemVersion in org.robovm.apple.healthkit
Methods in org.robovm.apple.healthkit that return NSOperatingSystemVersion Modifier and Type Method Description static NSOperatingSystemVersionHKSourceRevision. AnyOperatingSystem()NSOperatingSystemVersionHKSourceRevision. getOperatingSystemVersion()Methods in org.robovm.apple.healthkit with parameters of type NSOperatingSystemVersion Modifier and Type Method Description protected longHKSourceRevision. init(HKSource source, String version, String productType, NSOperatingSystemVersion operatingSystemVersion)Constructors in org.robovm.apple.healthkit with parameters of type NSOperatingSystemVersion Constructor Description HKSourceRevision(HKSource source, String version, String productType, NSOperatingSystemVersion operatingSystemVersion)