TPLTelemetryData


@interface TPLTelemetryData : NSObject

A base class for all telemetry data reported by the Player SDK.

  • The time when the telemetry data was reported.

    Declaration

    Objective-C

    @property (nonatomic, readonly, nonnull) NSDate *timestamp;