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

getRowsAsync

fun getRowsAsync(section: String, venue: Venue, aisleIds: List<Int>): Deferred<List<String>?>

Get Rows from API server.

Return
awaits for async promise to return list of Seats.

fun getRowsAsync(section: String, venue: Venue, aisleIds: List<Int>, success: (result: List<String>?) -> Unit, failure: (e: Exception) -> Unit): Unit

Get Rows from API server.

Parameters

success - the success callback.

failure - the failure callback.