MetricEvent

interface MetricEvent

An interface with types of metrics events that the SDK would send via Telemetry

Types

Metric
Link copied to clipboard
annotation class Metric
MetricEvent names scope

Functions

equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
toJson
Link copied to clipboard
abstract fun toJson(gson: Gson): String
Present MetricEvent as Json string
toString
Link copied to clipboard
open fun toString(): String

Properties

metricName
Link copied to clipboard
abstract val metricName: String
Name of MetricEvent