toggle menu
redwood
0.15.0
common
switch theme
search in API
redwood-treehouse-host
/
app.cash.redwood.treehouse
/
TreehouseView
Treehouse
View
@
ObjCName
(
name
=
"TreehouseView"
,
exact
=
true
)
interface
TreehouseView
<
W
:
Any
>
:
RedwoodView
<
W
>
Inheritors
TreehouseLayout
TreehouseUIView
Members
Types
Ready
For
Content
Change
Listener
Link copied to clipboard
@
ObjCName
(
name
=
"TreehouseViewReadyForContentChangeListener"
,
exact
=
true
)
fun
interface
ReadyForContentChangeListener
<
W
:
Any
>
Save
Callback
Link copied to clipboard
@
ObjCName
(
name
=
"TreehouseViewSaveCallback"
,
exact
=
true
)
interface
SaveCallback
Widget
System
Link copied to clipboard
@
ObjCName
(
name
=
"TreehouseViewWidgetSystem"
,
exact
=
true
)
fun
interface
WidgetSystem
<
W
:
Any
>
Properties
children
Link copied to clipboard
abstract
val
children
:
Widget.Children
<
W
>
on
Back
Pressed
Dispatcher
Link copied to clipboard
abstract
val
onBackPressedDispatcher
:
OnBackPressedDispatcher
ready
For
Content
Link copied to clipboard
abstract
val
readyForContent
:
Boolean
ready
For
Content
Change
Listener
Link copied to clipboard
abstract
var
readyForContentChangeListener
:
TreehouseView.ReadyForContentChangeListener
<
W
>
?
save
Callback
Link copied to clipboard
abstract
var
saveCallback
:
TreehouseView.SaveCallback
?
saved
State
Registry
Link copied to clipboard
abstract
val
savedStateRegistry
:
SavedStateRegistry
?
state
Snapshot
Id
Link copied to clipboard
abstract
val
stateSnapshotId
:
StateSnapshot.Id
ui
Configuration
Link copied to clipboard
abstract
val
uiConfiguration
:
StateFlow
<
UiConfiguration
>
widget
System
Link copied to clipboard
abstract
val
widgetSystem
:
TreehouseView.WidgetSystem
<
W
>
Functions
reset
Link copied to clipboard
abstract
fun
reset
(
)