AnalyticsEvent

data class AnalyticsEvent(val name: String, val channel: String, val properties: Map<String, Any?> = emptyMap())

The event as the host describes it at the call site, before capture/redaction.

Constructors

Link copied to clipboard
constructor(name: String, channel: String, properties: Map<String, Any?> = emptyMap())

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard