Interface

IntState

A value holder where reads to the intValue property during the execution of a Composable function cause the current RecomposeScope to subscribe to changes of that value.

Source set: Common
@JvmDefaultWithCompatibility
public interface IntState : State<Int>

A value holder where reads to the intValue property during the execution of a Composable function cause the current RecomposeScope to subscribe to changes of that value.

Properties

value

Source set: Common
@get:AutoboxingStateValueProperty("intValue")
override val value: Int

intValue

Source set: Common
public val intValue: Int

Last updated: