AppRepositoryImpl

class AppRepositoryImpl(context: Context, cache: CacheModel, appApi: AppAPI, uriUtil: UriManager, geoApiManager: GeoAPIManager) : AppRepository

Types

Companion
Link copied to clipboard
object Companion

Functions

getAllApps
Link copied to clipboard
open suspend override fun getAllApps(): Completion<List<App>>
getAppsByUrl
Link copied to clipboard
open suspend override fun getAppsByUrl(url: String, references: List<String>): Completion<List<App>>
getLocationBasedApps
Link copied to clipboard
open suspend override fun getLocationBasedApps(latitude: Double, longitude: Double): Completion<List<App>>
getUrlByAppId
Link copied to clipboard
open suspend override fun getUrlByAppId(appId: String): Completion<String?>