{% setvar book_path %}/reference/kotlin/androidx/_book.yaml{% endsetvar %} {% include "_shared/_reference-head-tags.html" %}

IntState

Known direct subclasses
MutableIntState

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.


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.

See also
MutableIntState
mutableDoubleStateOf

Summary

Public properties

Int
Cmn
open Int
Cmn

Extension functions

inline operator Int
IntState.getValue(thisObj: Any?, property: KProperty<*>)

Permits property delegation of vals using by for IntState.

Cmn

Public properties

intValue

val intValueInt

value

open val valueInt

Extension functions

getValue

inline operator fun IntState.getValue(thisObj: Any?, property: KProperty<*>): Int

Permits property delegation of vals using by for IntState.