PendingStateUpdate

data class PendingStateUpdate<T>(val stateId: T, val updater: StateUpdateApplier, val isLayoutState: Boolean, val isAsync: Boolean, val isLazy: Boolean = false, val attribution: String? = null)

Constructors

Link copied to clipboard
constructor(stateId: T, updater: StateUpdateApplier, isLayoutState: Boolean, isAsync: Boolean, isLazy: Boolean = false, attribution: String? = null)

Properties

Link copied to clipboard
val attribution: String? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val isLazy: Boolean = false
Link copied to clipboard
val stateId: T
Link copied to clipboard