AppAPI

interface AppAPI

Functions

getAllApps
Link copied to clipboard
abstract fun getAllApps(completion: (Result<LocationBasedApps>) -> Unit)
getAppByAppId
Link copied to clipboard
abstract fun getAppByAppId(appId: String, completion: (Result<LocationBasedApp>) -> Unit)
getGeoApiApps
Link copied to clipboard
abstract fun getGeoApiApps(completion: (Result<GeoAPIResponse>) -> Unit)
getLocationBasedApps
Link copied to clipboard
abstract fun getLocationBasedApps(latitude: Double, longitude: Double, completion: (Result<LocationBasedAppsWithRefs>) -> Unit)

Inheritors

AppAPIImpl
Link copied to clipboard