CustomEvent

@Serializable
data class CustomEvent(val type: String, val payload: JsonElement)(source)

Constructors

Link copied to clipboard
constructor(type: String, payload: JsonElement)

Properties

Link copied to clipboard
val payload: JsonElement
Link copied to clipboard