toggle menu
supabase-kt
3.0.3
common
switch theme
search in API
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