Class HMCharacteristicThresholdRangeEvent

All Implemented Interfaces:
NSObjectProtocol, ObjCProtocol
Direct Known Subclasses:
HMMutableCharacteristicThresholdRangeEvent

public class HMCharacteristicThresholdRangeEvent
extends HMEvent
Since:
Available in iOS 11.0 and later.
  • Constructor Details

    • HMCharacteristicThresholdRangeEvent

      protected HMCharacteristicThresholdRangeEvent()
    • HMCharacteristicThresholdRangeEvent

      protected HMCharacteristicThresholdRangeEvent​(NSObject.Handle h, long handle)
    • HMCharacteristicThresholdRangeEvent

      protected HMCharacteristicThresholdRangeEvent​(NSObject.SkipInit skipInit)
    • HMCharacteristicThresholdRangeEvent

      public HMCharacteristicThresholdRangeEvent​(HMCharacteristic characteristic, HMNumberRange thresholdRange)
  • Method Details

    • getCharacteristic

      public HMCharacteristic getCharacteristic()
    • getThresholdRange

      public HMNumberRange getThresholdRange()
    • init

      protected long init​(HMCharacteristic characteristic, HMNumberRange thresholdRange)
    • isSupportedForHome

      public static boolean isSupportedForHome​(HMHome home)
      Since:
      Available in iOS 11.0 and later.