Uses of Class
org.robovm.apple.homekit.HMCharacteristic
| Package | Description |
|---|---|
| org.robovm.apple.homekit |
-
Uses of HMCharacteristic in org.robovm.apple.homekit
Methods in org.robovm.apple.homekit that return types with arguments of type HMCharacteristic Modifier and Type Method Description NSArray<HMCharacteristic>HMService. getCharacteristics()Methods in org.robovm.apple.homekit with parameters of type HMCharacteristic Modifier and Type Method Description voidHMAccessoryDelegate. didUpdateCharacteristicValue(HMAccessory accessory, HMService service, HMCharacteristic characteristic)voidHMAccessoryDelegateAdapter. didUpdateCharacteristicValue(HMAccessory accessory, HMService service, HMCharacteristic characteristic)static NSPredicateHMEventTrigger. getPredicateForEvaluatingTrigger(HMCharacteristic characteristic, NSPredicateOperatorType operatorType, NSObject value)protected longHMCharacteristicEvent. init(HMCharacteristic characteristic, T triggerValue)protected longHMCharacteristicThresholdRangeEvent. init(HMCharacteristic characteristic, HMNumberRange thresholdRange)protected longHMCharacteristicWriteAction. init(HMCharacteristic characteristic, T targetValue)voidHMMutableCharacteristicEvent. setCharacteristic(HMCharacteristic v)voidHMMutableCharacteristicThresholdRangeEvent. setCharacteristic(HMCharacteristic v)Constructors in org.robovm.apple.homekit with parameters of type HMCharacteristic Constructor Description HMCharacteristicEvent(HMCharacteristic characteristic, T triggerValue)HMCharacteristicThresholdRangeEvent(HMCharacteristic characteristic, HMNumberRange thresholdRange)HMCharacteristicWriteAction(HMCharacteristic characteristic, T targetValue)HMMutableCharacteristicEvent(HMCharacteristic characteristic, T triggerValue)HMMutableCharacteristicThresholdRangeEvent(HMCharacteristic characteristic, HMNumberRange thresholdRange)