All Downloads are FREE. Search and download functionalities are using the official Maven repository.

commonMain.ru.astrainteractive.klibs.paging.data.PagedListDataSource.kt Maven / Gradle / Ivy

The newest version!
package ru.astrainteractive.klibs.paging.data

import ru.astrainteractive.klibs.paging.context.PageContext
import ru.astrainteractive.klibs.paging.state.PagingState

/**
 * This interface is required to fetch page items from your service depending on current [PagingState]
 */
interface PagedListDataSource {
    suspend fun getListResult(pagingState: PagingState): Result>
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy