Uses of Class
org.robovm.apple.homekit.HMNumberRange
| Package | Description |
|---|---|
| org.robovm.apple.homekit |
-
Uses of HMNumberRange in org.robovm.apple.homekit
Methods in org.robovm.apple.homekit that return HMNumberRange Modifier and Type Method Description static HMNumberRangeHMNumberRange. createWithMaxValue(NSNumber maxValue)static HMNumberRangeHMNumberRange. createWithMinValue(NSNumber minValue)HMNumberRangeHMCharacteristicThresholdRangeEvent. getThresholdRange()HMNumberRangeHMMutableCharacteristicThresholdRangeEvent. getThresholdRange()Methods in org.robovm.apple.homekit with parameters of type HMNumberRange Modifier and Type Method Description protected longHMCharacteristicThresholdRangeEvent. init(HMCharacteristic characteristic, HMNumberRange thresholdRange)voidHMMutableCharacteristicThresholdRangeEvent. setThresholdRange(HMNumberRange v)Constructors in org.robovm.apple.homekit with parameters of type HMNumberRange Constructor Description HMCharacteristicThresholdRangeEvent(HMCharacteristic characteristic, HMNumberRange thresholdRange)HMMutableCharacteristicThresholdRangeEvent(HMCharacteristic characteristic, HMNumberRange thresholdRange)