State
Kotlin
|Java
@Stable interface State<T>
androidx.compose.runtime.State |
A value holder where reads to the value property during the execution of a Composable function, the current RecomposeScope will be subscribed to changes of that value.
Summary
Extension functions | ||
---|---|---|
From androidx.compose.runtime
|
Properties | |
---|---|
abstract T |
Properties
value
abstract val value: T