PolarBleApiDeviceFeaturesObserver

public protocol PolarBleApiDeviceFeaturesObserver : AnyObject

Data client observer

  • The feature is available in this device and it is ready. Called only for the features which are specified in [PolarBleApi] construction. feature ready callback

    Declaration

    Swift

    func bleSdkFeatureReady(_ identifier: String, feature: PolarBleSdkFeature)