Package-level declarations

Types

Link copied to clipboard
sealed interface BroadcastPayload

Represents the payload used in RealtimeChannel.httpSend and RealtimeChannel.broadcast

Link copied to clipboard
class RealtimeBroadcast(val topic: String, val event: String, val payload: BroadcastPayload)