setup Pagination

inline fun <model : Any> RecyclerView.setupPagination(configuration: PaginationDeclaration<model>): DevRecyclerViewPaginationAdapter<model>

Method to configure RecyclerView with Pagination

Author

Jimly A.

Since

26-Jul-22

Return

instance of DevRecyclerViewPaginationAdapter

Parameters

model

object the ViewModel will configured with

configuration

configuration for the RecyclerView

Sources

Link copied to clipboard