Package ru.surf.users.paging

Types

UsersPageSource
Link copied to clipboard
class UsersPageSource(search: String?, apiService: UsersApiService) : PagingSource<Int, UserModel>

Paging list without room cache PagingSource

UsersRemoteMediator
Link copied to clipboard
class UsersRemoteMediator(apiService: UsersApiService, dataService: UsersDataService, preferences: UsersPreferences) : RemoteMediator<Int, UserModel>

Paging list with room cache RemoteMediator