vnorder / com.venuenext.vnorder.seats.service / SeatService

SeatService

class SeatService : HttpClient

Exceptions

SeatException

class SeatException : Exception

Constructors

<init>

SeatService(context: Context)

Properties

authProvider

val authProvider: OAuth?

baseUrl

val baseUrl: String?

environment

val environment: Environment?

serviceBaseUrls

val serviceBaseUrls: ServiceBaseUrls?

Functions

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