enum class DisplayType
Different ways to display views when using the VenueNextNavigationController
Modal |
Displays the specific view in a modal style without the stack of views that would logically come before it. Back navigation would show the view that was displayed prior to showing the menu. |
FullOrderStack |
Display the view in a new Activity with the backing the VenueNext Order stack. Back navigation would show the previous views in the VenueNext Order stack. |