EventMetadata

@Serializable
data class EventMetadata(val key: String, val value: String)

A key-value pair for additional event information to pass along.

Official doc

Constructors

Link copied to clipboard
constructor(key: String, value: String)

Properties

Link copied to clipboard
val key: String

(undocumented in the protocol definition)

Link copied to clipboard

(undocumented in the protocol definition)