Base
/
com.mapbox.navigation.base.metrics
/
MetricEvent
Metric
Event
interface
MetricEvent
Content copied to clipboard
An interface with types of metrics events that the SDK would send via Telemetry
Types
Functions
Properties
Types
Metric
Link copied to clipboard
annotation class
Metric
Content copied to clipboard
MetricEvent
names scope
On this page
On this page
Functions
equals
Link copied to clipboard
open operator fun
equals
(other:
Any
?):
Boolean
Content copied to clipboard
hashCode
Link copied to clipboard
open fun
hashCode
():
Int
Content copied to clipboard
toJson
Link copied to clipboard
abstract fun
toJson
(gson:
Gson
):
String
Content copied to clipboard
Present
MetricEvent
as Json string
toString
Link copied to clipboard
open fun
toString
():
String
Content copied to clipboard
On this page
On this page
Properties
metricName
Link copied to clipboard
abstract val
metricName
:
String
Content copied to clipboard
Name of
MetricEvent
On this page
On this page