TelemetryType

sealed class TelemetryType

The type of telemetry data.

Inheritors

Types

Link copied to clipboard
object Companion
Link copied to clipboard

Log telemetry data.

Link copied to clipboard
data class SdkUnknown(val value: String) : TelemetryType
Link copied to clipboard

Trace telemetry data.

Properties

Link copied to clipboard
abstract val value: String