supabase-kt
Toggle table of contents
3.2.3
common
Platform filter
common
Switch theme
Search in API
supabase-kt
realtime-kt
/
io.github.jan.supabase.realtime
/
RealtimeCallbackId
Realtime
Callback
Id
sealed
class
RealtimeCallbackId
(
source
)
Inheritors
Postgres
Presence
Broadcast
Members
Types
Broadcast
Link copied to clipboard
class
Broadcast
(
val
value
:
Int
)
:
RealtimeCallbackId
Postgres
Link copied to clipboard
class
Postgres
(
val
value
:
Int
)
:
RealtimeCallbackId
Presence
Link copied to clipboard
class
Presence
(
val
value
:
Int
)
:
RealtimeCallbackId
Properties
value
Link copied to clipboard
val
value
:
Int