Uses of Class
org.robovm.apple.foundation.NSProcessInfoThermalState
-
Packages that use NSProcessInfoThermalState Package Description org.robovm.apple.foundation -
-
Uses of NSProcessInfoThermalState in org.robovm.apple.foundation
Methods in org.robovm.apple.foundation that return NSProcessInfoThermalState Modifier and Type Method Description NSProcessInfoThermalStateNSProcessInfo. getThermalState()static NSProcessInfoThermalStateNSProcessInfoThermalState. valueOf(long n)Returns the enum constant of this type with the specified name.static NSProcessInfoThermalStateNSProcessInfoThermalState. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static NSProcessInfoThermalState[]NSProcessInfoThermalState. values()Returns an array containing the constants of this enum type, in the order they are declared.
-