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.