trackVariable

abstract fun <T> trackVariable(variableId: String, value: T): Boolean

Track values of a specific variable id

Return

true if value was successfully saved, false if the value type is unsupported.

Parameters

variableId

the identifier of the tracked variable

value

value of the variable to track.