vnorder / com.venuenext.vnorder.seats.service / RowService

RowService

class RowService : HttpClient

RowService VenueNext

Created on 3/20/19. Copyright © 2019 VenueNext Inc. All rights reserved.

Exceptions

RowException

class RowException : Exception

Constructors

<init>

RowService VenueNext

RowService(context: Context)

Properties

authProvider

val authProvider: OAuth?

baseUrl

val baseUrl: String?

environment

val environment: Environment?

serviceBaseUrls

val serviceBaseUrls: ServiceBaseUrls?

Functions

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