UnknownEvent

data class UnknownEvent(val type: String, val json: String)

An event that was sent through the events api, but not deserialized by any module.

Constructors

Link copied to clipboard
fun UnknownEvent(type: String, json: String)

Properties

Link copied to clipboard

Raw JSON string of the event object.

Link copied to clipboard

Designated type for the data.