class MenuService : HttpClient
MenuService VenueNext
Created on 3/20/19. Copyright © 2019 VenueNext Inc. All rights reserved.
MenusException |
class MenusException : Exception |
<init> |
MenuService VenueNext MenuService(context: Context) |
getExperiencesMenuItemsForGroup |
fun getExperiencesMenuItemsForGroup(: Menu, group: String): <ERROR CLASS> fun getExperiencesMenuItemsForGroup(: 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): <ERROR CLASS> fun getMenuItems(: 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 |