ESTTelemetryInfo

Deprecated

Deprecated since 4.31.0.


@interface ESTTelemetryInfo : NSObject

Class for objects carying data from telemetry packet.

  • Half (8 bytes) of the full device identifier (16 bytes) represented in hex string.

    Declaration

    Objective-C

    @property (nonatomic, strong, readonly) NSString *shortIdentifier;

    Swift

    var shortIdentifier: String! { get }