class RowService : HttpClient
RowService VenueNext
Created on 3/20/19. Copyright © 2019 VenueNext Inc. All rights reserved.
RowException |
class RowException : Exception |
<init> |
RowService VenueNext RowService(context: Context) |
authProvider |
val authProvider: OAuth? |
baseUrl |
val baseUrl: String? |
environment |
val environment: Environment? |
serviceBaseUrls |
val serviceBaseUrls: ServiceBaseUrls? |
getRowsAsync |
Get Rows from API server. fun getRowsAsync(section: String, venue: Venue, aisleIds: List<Int>): Deferred<List<String>?> fun getRowsAsync(section: String, venue: Venue, aisleIds: List<Int>, success: (result: List<String>?) -> Unit, failure: (e: Exception) -> Unit): Unit |