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

MenuService

class MenuService : HttpClient

MenuService VenueNext

Created on 3/20/19. Copyright © 2019 VenueNext Inc. All rights reserved.

Exceptions

MenusException

class MenusException : Exception

Constructors

<init>

MenuService VenueNext

MenuService(context: Context)

Functions

getExperiencesMenuItemsForGroup

fun getExperiencesMenuItemsForGroup(menu: Menu, group: String): <ERROR CLASS>
fun getExperiencesMenuItemsForGroup(menu: Menu, group: String, success: (result: GetMenuItemsResult?) -> Unit, failure: (e: Exception) -> Unit): Unit

getMenuItem

Get Stands from API server.

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

getMenuItems

Get Stands from API server.

fun getMenuItems(menu: Menu): <ERROR CLASS>
fun getMenuItems(menu: Menu, success: (result: GetMenuItemsResult?) -> Unit, failure: (e: Exception) -> Unit): Unit

getMenuItemsByExternal

Get Stands from API server.

fun getMenuItemsByExternal(externalId: String): <ERROR CLASS>
fun getMenuItemsByExternal(externalId: String, success: (result: GetMenuItemsResult?) -> Unit, failure: (e: Exception) -> Unit): Unit