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

commonMain.com.makeevrserg.mobilex.paging.data.PagedListDataSource.kt Maven / Gradle / Ivy

There is a newer version: 2.7.3
Show newest version
package com.makeevrserg.mobilex.paging.data

import com.makeevrserg.mobilex.paging.state.PagingState

/**
 * Default paged list interface
 */
interface PagedListDataSource {
    suspend fun getList(pagingState: PagingState): List?
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy