toggle menu
mobiuskt
1.3.1-SNAPSHOT
android
switch theme
search in API
mobiuskt-core
/
kt.mobius.android
/
MobiusLoopViewModel
/
Companion
Companion
android
object
Companion
Members
Functions
create
Link copied to clipboard
android
@
JvmStatic
@
JvmOverloads
fun
<
M
,
E
,
F
,
V
>
create
(
loopFactoryProvider
:
MobiusLoopFactoryProvider
<
M
,
E
,
F
,
V
>
,
modelToStartFrom
:
M
,
init
:
Init
<
M
,
F
>
?
=
null
,
maxEffectsToQueue
:
Int
=
100
)
:
MobiusLoopViewModel
<
M
,
E
,
F
,
V
>
Creates a new MobiusLoopViewModel instance.