RealtimeMessage

@Serializable
data class RealtimeMessage(val topic: String, val event: String, val payload: JsonObject, val ref: String?)(source)

Represents a message retrieved by the RealtimeChannel

Constructors

Link copied to clipboard
constructor(topic: String, event: String, payload: JsonObject, ref: String?)

Properties

Link copied to clipboard
Link copied to clipboard
val payload: JsonObject
Link copied to clipboard
val ref: String?
Link copied to clipboard