CustomEvent

data class CustomEvent(val event: String, val attributes: Map<String, Any>? = null)

Represents data container for reporting custom events.

Constructors

Link copied to clipboard
constructor(event: String, attributes: Map<String, Any>? = null)

Properties

Link copied to clipboard
val attributes: Map<String, Any>? = null

The reporting data payload.

Link copied to clipboard

The name of the custom event.