CommandersActEvent

data class CommandersActEvent(val name: String, val labels: Map<String, String> = emptyMap())

Analytics Event

All properties are loosely defined, please discuss expected values for your application with your measurement team)

Constructors

Link copied to clipboard
constructor(name: String, labels: Map<String, String> = emptyMap())

Properties

Link copied to clipboard

The custom labels to send with. Blank value are not send.

Link copied to clipboard

The mandatory event name.

Functions

Link copied to clipboard
fun toTCCustomEvent(): TCCustomEvent

Convert into TagCommander event.