abstract class RemoteInt : BaseRemoteState

Known direct subclasses
MutableRemoteInt

A mutable implementation of RemoteInt.


Abstract base class for all remote integer representations.

RemoteInt represents an integer value that can be a constant, a named variable, or a dynamic expression (e.g., a bitwise OR).

Summary

Public properties

open Int?

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

Inherited properties

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

The constant value held by this state.

open Boolean

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

Public properties

constantValueOrNull

open val constantValueOrNullInt?

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