🌈 Create new beautiful Compose Gradients with our new wesite ->
Class

BaseRemoteState

Common base interface for all Remote types.

Source set: Android
public abstract class BaseRemoteState<T : Any> internal constructor(initialCacheKey: RemoteStateCacheKey) : RemoteState<T>

Common base interface for all Remote types.

Properties

constantValueOrNull

Source set: Android
public abstract override val constantValueOrNull: T?

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

Content updated: