supabase-kt
Toggle table of contents
3.2.2
common
Platform filter
common
Switch theme
Search in API
supabase-kt
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