CommandersActEvent

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

Represents an event to be sent to Commanders Act.

Throws

Constructors

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

Properties

Link copied to clipboard

A map of custom labels associated with the event. Defaults to an empty map. Please discuss the expected values for your application with your measurement team.

Link copied to clipboard

The name of the event. Must not be blank.

Functions

Link copied to clipboard
fun toTCCustomEvent(): TCCustomEvent

Converts this event into a TCCustomEvent.