ApplicationMetrics
data class ApplicationMetrics(val startUpTimeMs: Long? = null, val timeToSplash: Long? = null, val customMetrics: Map<String, String>? = null) : ReportingData
Represents reporting data payload related to application performance metrics.
Constructors
Properties
Link copied to clipboard
Optional custom metrics to include with the metrics (key -> value).
Link copied to clipboard
The data payload container.
Link copied to clipboard
Time in milliseconds it takes to start the application, if available.
Link copied to clipboard
Time in milliseconds until the splash screen is displayed, if available.