vnorder / com.venuenext.vnorder.stands.service / MenuService / getMenuItem

getMenuItem

fun getMenuItem(item: Item): <ERROR CLASS>

Get Stands from API server.

Return
awaits for async promise to return list of Venues.

fun getMenuItem(item: Item, success: (result: Item?) -> Unit, failure: (e: Exception) -> Unit): Unit

Get Stands from API server.

Parameters

success - the success callback.

failure - the failure callback.