Package com.keygenqt.viewer.android.data.paging
Types
FollowersRemoteMediator
Link copied to clipboard
class FollowersRemoteMediator(client: AppHttpClient, dataService: AppDataService, storage: CrossStorage) : RemoteMediator<Int, FollowerModel>
Content copied to clipboard
ReposRemoteMediator
Link copied to clipboard
class ReposRemoteMediator(client: AppHttpClient, dataService: AppDataService, storage: CrossStorage) : RemoteMediator<Int, RepoModel>
Content copied to clipboard