ISupportPagingHelper

Contract for paging helper

Since

v1.1.0

Inheritors

Functions

Link copied to clipboard
abstract fun isFirstPage(): Boolean

Checks if the current page and offset is the first

Link copied to clipboard
abstract fun onPageNext()

Calculates the next page offset and index

Link copied to clipboard
abstract fun onPagePrevious()

Calculates the previous page offset and index

Link copied to clipboard
abstract fun onPageRefresh()

Resets the paging parameters to their default