FollowersRemoteMediator
class FollowersRemoteMediator(client: AppHttpClient, dataService: AppDataService, storage: CrossStorage) : RemoteMediator<Int, FollowerModel>
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, FollowerModel>): RemoteMediator.MediatorResult
Content copied to clipboard
Properties
client
Link copied to clipboard
dataService
Link copied to clipboard
storage
Link copied to clipboard