Interface

LongState

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.

Source set: Common
@JvmDefaultWithCompatibility
public interface LongState : State<Long>

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.

Properties

value

Source set: Common
@get:AutoboxingStateValueProperty("longValue")
override val value: Long

longValue

Source set: Common
public val longValue: Long

Last updated: