abstract class RemoteLong : BaseRemoteState

Known direct subclasses
MutableRemoteLong

A mutable implementation of RemoteLong.


Abstract base class for all remote long representations. This class extends RemoteState.

Summary

Inherited properties

From androidx.compose.remote.creation.compose.state.BaseRemoteState
abstract Long?

The constant value or null if there isn't one.

From androidx.compose.remote.creation.compose.state.RemoteState
open Long

The constant value held by this state.

open Boolean

Whether or not this remote state evaluates to a constant value.