SLAnalytics

interface SLAnalytics

Abstractions to provide functionality for collecting analytical concerning SDK performance.

Functions

Link copied to clipboard
abstract fun trackEvent(eventId: String)

Track specific events occurring in the SDK

Link copied to clipboard
abstract fun <T> trackVariable(variableId: String, value: T): Boolean

Track values of a specific variable id