ESTTelemetryNotificationPressure

Deprecated

Deprecated since 4.31.0.


@interface ESTTelemetryNotificationPressure
    : NSObject <ESTTelemetryNotificationProtocol>

ESTTelemetryNotificationPressure class is used to initialize block that will be fired everytime new telemetry packet was ranged. As a parameter of ESTTelemetryNotificationPressureCompletionBlock expect ESTTelemetryInfoPressure object that transmits atmospheric pressure value (in pascals) 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 ESTTelemetryNotificationPressureNotificationBlock)block;

    Swift

    init(notificationBlock block: @escaping ESTTelemetryNotificationPressureNotificationBlock)

    Parameters

    block

    ESTTelemetryNotificationPressureCompletionBlock