Uses of Class
org.robovm.apple.foundation.NSUnitEnergy
| Package | Description |
|---|---|
| org.robovm.apple.foundation | |
| org.robovm.apple.intents |
-
Uses of NSUnitEnergy in org.robovm.apple.foundation
Methods in org.robovm.apple.foundation that return NSUnitEnergy Modifier and Type Method Description static NSUnitEnergyNSUnitEnergy. getBaseUnit()static NSUnitEnergyNSUnitEnergy. getCalories()static NSUnitEnergyNSUnitEnergy. getJoules()static NSUnitEnergyNSUnitEnergy. getKilocalories()static NSUnitEnergyNSUnitEnergy. getKilojoules()static NSUnitEnergyNSUnitEnergy. getKilowattHours() -
Uses of NSUnitEnergy in org.robovm.apple.intents
Methods in org.robovm.apple.intents that return types with arguments of type NSUnitEnergy Modifier and Type Method Description NSMeasurement<NSUnitEnergy>INGetCarPowerLevelStatusIntentResponse. getCurrentBatteryCapacity()NSMeasurement<NSUnitEnergy>INGetCarPowerLevelStatusIntentResponse. getMaximumBatteryCapacity()NSMeasurement<NSUnitEnergy>INGetCarPowerLevelStatusIntentResponse. getMinimumBatteryCapacity()Method parameters in org.robovm.apple.intents with type arguments of type NSUnitEnergy Modifier and Type Method Description static INEnergyResolutionResultINEnergyResolutionResult. confirmationRequired(NSMeasurement<NSUnitEnergy> energyToConfirm)voidINGetCarPowerLevelStatusIntentResponse. setCurrentBatteryCapacity(NSMeasurement<NSUnitEnergy> v)voidINGetCarPowerLevelStatusIntentResponse. setMaximumBatteryCapacity(NSMeasurement<NSUnitEnergy> v)voidINGetCarPowerLevelStatusIntentResponse. setMinimumBatteryCapacity(NSMeasurement<NSUnitEnergy> v)static INEnergyResolutionResultINEnergyResolutionResult. success(NSMeasurement<NSUnitEnergy> resolvedEnergy)