vnorder / com.venuenext.vnorder.stands.service / StandService / getStands

getStands

fun getStands(venue: Venue): <ERROR CLASS>

Get Stands from API server.

Return
awaits for async promise to return list of Stands.

fun getStands(venue: Venue, success: (result: GetStandResult?) -> Unit, failure: (e: Exception) -> Unit): Unit

Get Stands from API server.

Parameters

success - the success callback.

failure - the failure callback.