Class HMCharacteristicEvent<T extends NSObject>

    • Constructor Detail

      • HMCharacteristicEvent

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

        protected HMCharacteristicEvent​(NSObject.SkipInit skipInit)
      • HMCharacteristicEvent

        public HMCharacteristicEvent​(HMCharacteristic characteristic,
                                     T triggerValue)
    • Method Detail

      • getTriggerValue

        public T getTriggerValue()
      • updateTriggerValue

        @Deprecated
        public void updateTriggerValue​(T triggerValue,
                                       org.robovm.objc.block.VoidBlock1<NSError> completion)
        Deprecated.
        Deprecated in iOS 11.0. No longer supported.
        Since:
        Available in iOS 9.0 and later.