MapTelemetry

interface MapTelemetry

Definition of map telemetry

Functions

disableTelemetrySession
Link copied to clipboard
abstract fun disableTelemetrySession()
Disables a started telemetry service for this session only.
equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
onAppUserTurnstileEvent
Link copied to clipboard
abstract fun onAppUserTurnstileEvent()
Register the app user turnstile event
onPerformanceEvent
Link copied to clipboard
abstract fun onPerformanceEvent(data: Bundle?)
Register a performance event.
setDebugLoggingEnabled
Link copied to clipboard
abstract fun setDebugLoggingEnabled(debugLoggingEnabled: Boolean)
Set the end-user selected state to participate or opt-out in telemetry collection.
setSessionIdRotationInterval
Link copied to clipboard
abstract fun setSessionIdRotationInterval(interval: Int): Boolean
Set the telemetry rotation session id interval
setUserTelemetryRequestState
Link copied to clipboard
abstract fun setUserTelemetryRequestState(enabled: Boolean)
Set the end-user selected state to participate or opt-out in telemetry collection.
toString
Link copied to clipboard
open fun toString(): String

Inheritors

MapTelemetryImpl
Link copied to clipboard