toggle menu
supabase-kt
3.0.3
common
switch theme
search in API
realtime-kt
/
io.github.jan.supabase.realtime
/
PresenceJoinConfig
Presence
Join
Config
@
Serializable
data
class
PresenceJoinConfig
(
var
key
:
String
)
(
source
)
Parameters
key
Used to track presence payloads. Can be e.g. a user id
Members
Constructors
Presence
Join
Config
Link copied to clipboard
constructor
(
key
:
String
)
Properties
key
Link copied to clipboard
var
key
:
String