ReactiveState
Toggle table of contents
6.0.0-preview.9
common
Platform filter
common
Switch theme
Search in API
ReactiveState
reactivestate-core
/
com.ensody.reactivestate
/
ReactiveStateContext
Reactive
State
Context
@
ExperimentalReactiveStateApi
data
class
ReactiveStateContext
(
val
scope
:
CoroutineScope
)
Contains all values which are part of the ViewModel build process.
Members
Constructors
Reactive
State
Context
Link copied to clipboard
constructor
(
scope
:
CoroutineScope
)
Properties
scope
Link copied to clipboard
val
scope
:
CoroutineScope
Functions
plus
Link copied to clipboard
operator
fun
plus
(
element
:
CoroutineContext.Element
)
:
ReactiveStateContext