supabase-kt
Toggle table of contents
3.1.4
common
Platform filter
common
Switch theme
supabase-kt
realtime-kt
/
io.github.jan.supabase.realtime
/
RealtimeJoinConfig
Realtime
Join
Config
@
Serializable
data
class
RealtimeJoinConfig
(
val
broadcast
:
BroadcastJoinConfig
,
val
presence
:
PresenceJoinConfig
,
val
postgresChanges
:
List
<
PostgresJoinConfig
>
,
var
isPrivate
:
Boolean
)
(
source
)
Members
Constructors
Realtime
Join
Config
Link copied to clipboard
constructor
(
broadcast
:
BroadcastJoinConfig
,
presence
:
PresenceJoinConfig
,
postgresChanges
:
List
<
PostgresJoinConfig
>
,
isPrivate
:
Boolean
)
Properties
broadcast
Link copied to clipboard
val
broadcast
:
BroadcastJoinConfig
is
Private
Link copied to clipboard
@
SerialName
(
value
=
"private"
)
var
isPrivate
:
Boolean
postgres
Changes
Link copied to clipboard
@
SerialName
(
value
=
"postgres_changes"
)
val
postgresChanges
:
List
<
PostgresJoinConfig
>
presence
Link copied to clipboard
val
presence
:
PresenceJoinConfig