CommitPolicy

Defines when a batch should be committed: - IMMEDIATE: Commit batches to the RecyclerView as soon as possible. - LAYOUT_BEFORE_INSERT: Commit batches to the RecyclerView only after the layouts for all insert operations have been completed.

Properties

Link copied to clipboard
val IMMEDIATE: Int = 0
Link copied to clipboard

Functions

Link copied to clipboard
abstract fun annotationType(): Class<out Annotation>
Link copied to clipboard
abstract fun equals(p: Any): Boolean
Link copied to clipboard
abstract fun hashCode(): Int
Link copied to clipboard
abstract fun toString(): String