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

Added in 1.11.0-rc01

@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

Added in 1.11.0-rc01

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

intValue

Source set: Common

Added in 1.11.0-rc01

public val intValue: Int