toggle menu
supabase-kt
3.0.3
common
switch theme
search in API
realtime-kt
/
io.github.jan.supabase.realtime
/
RealtimeCallback
/
PostgresCallback
Postgres
Callback
class
PostgresCallback
(
val
callback
:
(
PostgresAction
)
->
Unit
,
val
filter
:
PostgresJoinConfig
,
val
id
:
Long
)
:
RealtimeCallback
<
PostgresAction
>
(
source
)
Members
Constructors
Postgres
Callback
Link copied to clipboard
constructor
(
callback
:
(
PostgresAction
)
->
Unit
,
filter
:
PostgresJoinConfig
,
id
:
Long
)
Properties
callback
Link copied to clipboard
open
override
val
callback
:
(
PostgresAction
)
->
Unit
filter
Link copied to clipboard
val
filter
:
PostgresJoinConfig
id
Link copied to clipboard
open
override
val
id
:
Long