App Repository
interface AppRepository
Content copied to clipboard
Functions
get All Apps
Link copied to clipboard
get Apps By Url
Link copied to clipboard
abstract suspend fun getAppsByUrl(url: String, references: List<String>): Completion<List<App>>
Content copied to clipboard
get Location Based Apps
Link copied to clipboard
abstract suspend fun getLocationBasedApps(latitude: Double, longitude: Double): Completion<List<App>>
Content copied to clipboard
get Url By App Id
Link copied to clipboard
Inheritors
AppRepositoryImpl
Link copied to clipboard