MapTelemetry

Definition of map telemetry

interface MapTelemetry

Functions

disableTelemetrySession
Link copied to clipboard

Disables a started telemetry service for this session only.

abstract fun disableTelemetrySession()
equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open override fun hashCode(): Int
onAppUserTurnstileEvent
Link copied to clipboard

Register the app user turnstile event

abstract fun onAppUserTurnstileEvent()
onPerformanceEvent
Link copied to clipboard

Register a performance event.

abstract fun onPerformanceEvent(data: Bundle?)
setDebugLoggingEnabled
Link copied to clipboard

Set the end-user selected state to participate or opt-out in telemetry collection.

abstract fun setDebugLoggingEnabled(debugLoggingEnabled: Boolean)
setSessionIdRotationInterval
Link copied to clipboard

Set the telemetry rotation session id interval

abstract fun setSessionIdRotationInterval(interval: Int): Boolean
setUserTelemetryRequestState
Link copied to clipboard

Set the end-user selected state to participate or opt-out in telemetry collection.

abstract fun setUserTelemetryRequestState(enabled: Boolean)
toString
Link copied to clipboard
open override fun toString(): String

Inheritors

MapTelemetryImpl
Link copied to clipboard