toggle menu
redwood
0.15.0
common
switch theme
search in API
redwood-treehouse
/
app.cash.redwood.treehouse
/
ChangesSinkService
Changes
Sink
Service
@
ObjCName
(
name
=
"ChangesSinkService"
,
exact
=
true
)
interface
ChangesSinkService
:
ZiplineService
,
ChangesSink
Redwood's
ChangesSink
but implementing
ZiplineService
.
Inheritors
Host
Members
Functions
close
Link copied to clipboard
open
override
fun
close
(
)
send
Changes
Link copied to clipboard
abstract
fun
sendChanges
(
changes
:
List
<
Change
>
)