ApiKey

data class ApiKey(val oldValue: String?) : StateChange

Emitted when the company ID aka public API key changes in state

Constructors

Link copied to clipboard
constructor(oldValue: String?)

Properties

Link copied to clipboard
open override val key: Keyword
Link copied to clipboard
open override val oldValue: String?