CommitPolicy

annotation class 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.

Types

Link copied to clipboard
object Companion