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.