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

LongState

Known direct subclasses
MutableLongState

A value holder where reads to the longValue 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 longValue property during the execution of a Composable function cause the current RecomposeScope to subscribe to changes of that value.

See also
MutableLongState
mutableDoubleStateOf

Summary

Public properties

Long
Cmn
open Long
Cmn

Extension functions

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

Permits property delegation of vals using by for LongState.

Cmn

Public properties

longValue

val longValueLong

value

open val valueLong

Extension functions

getValue

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

Permits property delegation of vals using by for LongState.