class SeatService : HttpClient
SeatException |
class SeatException : Exception |
<init> |
SeatService(context: Context) |
authProvider |
val authProvider: OAuth? |
baseUrl |
val baseUrl: String? |
environment |
val environment: Environment? |
serviceBaseUrls |
val serviceBaseUrls: ServiceBaseUrls? |
getSeatsAsync |
Get Seats from API server. fun getSeatsAsync(section: String, row: String, venue: Venue, standUUID: String?, aisleIds: List<Int>): <ERROR CLASS> fun getSeatsAsync(section: String, row: String, venue: Venue, aisleIds: List<Int>, success: (result: List<Seat>?) -> Unit, failure: (e: Exception) -> Unit): Unit |