ESTTelemetryNotificationAmbientLight

Deprecated

Deprecated since 4.31.0.


@interface ESTTelemetryNotificationAmbientLight
    : NSObject <ESTTelemetryNotificationProtocol>

ESTTelemetryNotificationAmbientLight class is used to initialize block that will be fired everytime new telemetry packet was ranged. As a parameter of ESTTelemetryNotificationAmbientLightCompletionBlock expect ESTTelemetryInfoAmbientLight object that transmits ambient light value (in lux) read by beacon.

  • This init takes notificationBlock as a parameter, which will be fired with every telemetry packet discovered.

    Declaration

    Objective-C

    - (nonnull instancetype)initWithNotificationBlock:
        (nonnull ESTTelemetryNotificationAmbientLightNotificationBlock)block;

    Swift

    init(notificationBlock block: @escaping ESTTelemetryNotificationAmbientLightNotificationBlock)

    Parameters

    block

    ESTTelemetryNotificationAmbientLightCompletionBlock