vnorderui / com.venuenext.vnorderui / VNNavigationController

VNNavigationController

object VNNavigationController

VenueNextNavigationController VenueNext

Created on 6/18/19. Copyright © 2019 VenueNext Inc. All rights reserved.

Types

DisplayType

Different ways to display views when using the VenueNextNavigationController

enum class DisplayType

Properties

baseFragment

var baseFragment: Fragment?

Functions

showMenu

Presents a view that contains a Stand's Menu.

fun showMenu(forMenuUUID: String, withStyle: DisplayType, usingContext: Context, usingBaseFragment: Fragment? = null): Unit

showMyOrders

Presents a view that contains a User's Order History.

fun showMyOrders(withStyle: DisplayType, usingContext: Context, usingBaseFragment: Fragment? = null): Unit

showOrder

Presents a view that contains an Order Summary.

fun showOrder(forOrderUUID: String, withStyle: DisplayType, usingContext: Context, usingBaseFragment: Fragment? = null): Unit