vnorder / com.venuenext.vnorder.seats.service / SectionService / getSections

getSections

fun getSections(venue: Venue, standUUID: String): <ERROR CLASS>

Get Sections from API server.

Return
awaits for async promise to return list of Sections.

fun getSections(venue: Venue, standUUID: String, success: (result: List<Section>?) -> Unit, failure: (e: Exception) -> Unit): Unit

Get Sections from API server.

Parameters

success - the success callback.

failure - the failure callback.