pl.wendigo.chrome.api.backgroundservice / EventMetadata

EventMetadata

data class EventMetadata (source)

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

Link
BackgroundService#EventMetadata type documentation.

Constructors

<init>

EventMetadata(key: String, value: String)

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

Properties

key

val key: String

value

val value: String