ESTTelemetryNotificationTemperature

Deprecated

Deprecated since 4.31.0.


@interface ESTTelemetryNotificationTemperature
    : NSObject <ESTTelemetryNotificationProtocol>

ESTTelemetryNotificationTemperature class is used to initialize block that will be fired everytime new telemetry packet was ranged. As a parameter of ESTTelemetryNotificationTemperatureCompletionBlock expect ESTTelemetryInfoTemperature object that transmits current temperature readings from beacon.

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

    Declaration

    Objective-C

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

    Swift

    init(notificationBlock block: @escaping ESTTelemetryNotificationTemperatureNotificationBlock)

    Parameters

    block

    ESTTelemetryNotificationTemperatureCompletionBlock