toggle menu
supabase-kt
3.0.3
common
switch theme
search in API
realtime-kt
/
io.github.jan.supabase.realtime
/
RealtimeMessage
Realtime
Message
@
Serializable
data
class
RealtimeMessage
(
val
topic
:
String
,
val
event
:
String
,
val
payload
:
JsonObject
,
val
ref
:
String
?
)
(
source
)
Represents a message retrieved by the
RealtimeChannel
Members
Constructors
Realtime
Message
Link copied to clipboard
constructor
(
topic
:
String
,
event
:
String
,
payload
:
JsonObject
,
ref
:
String
?
)
Properties
event
Link copied to clipboard
val
event
:
String
payload
Link copied to clipboard
val
payload
:
JsonObject
ref
Link copied to clipboard
val
ref
:
String
?
topic
Link copied to clipboard
val
topic
:
String