redwood
Toggle table of contents
0.17.0
common
Platform filter
common
Switch theme
Search in API
redwood
redwood-treehouse-host
/
app.cash.redwood.treehouse
/
TreehouseApp
/
Factory
/
create
create
abstract
fun
<
A
:
AppService
>
create
(
appScope
:
CoroutineScope
,
spec
:
TreehouseApp.Spec
<
A
>
,
eventListenerFactory
:
EventListener.Factory
=
EventListener.NONE
)
:
TreehouseApp
<
A
>