App Repository Impl
class AppRepositoryImpl(context: Context, cache: CacheModel, appApi: AppAPI, uriUtil: UriManager, geoApiManager: GeoAPIManager) : AppRepository
Content copied to clipboard
Types
Functions
get All Apps
Link copied to clipboard
get Apps By Url
Link copied to clipboard
open suspend override fun getAppsByUrl(url: String, references: List<String>): Completion<List<App>>
Content copied to clipboard
get Location Based Apps
Link copied to clipboard
open suspend override fun getLocationBasedApps(latitude: Double, longitude: Double): Completion<List<App>>
Content copied to clipboard
get Url By App Id
Link copied to clipboard
open suspend override fun getUrlByAppId(appId: String): Completion<String?>
Content copied to clipboard