AppAPIImpl

class AppAPIImpl(geoApiClient: GeoAPIClient) : AppAPI

Types

Companion
Link copied to clipboard
object Companion

Functions

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