ReposRemoteMediator
class ReposRemoteMediator(client: AppHttpClient, dataService: AppDataService, storage: CrossStorage) : RemoteMediator<Int, RepoModel>
Content copied to clipboard
Types
Functions
initialize
Link copied to clipboard
load
Link copied to clipboard
open suspend override fun load(loadType: LoadType, state: PagingState<Int, RepoModel>): RemoteMediator.MediatorResult
Content copied to clipboard
Properties
client
Link copied to clipboard
dataService
Link copied to clipboard
storage
Link copied to clipboard