fun showMyOrders(: DisplayType, : Context, : Fragment? = null): Unit
Presents a view that contains a User's Order History.
withStyle
- the DisplayType representing the style in which you'd like to present My Orders. {@see com.venuenext.vnorderui.VenueNextNavigationController.DisplayType}
usingContext
- the Context for use in My Orders operations.
optional Fragment you can provide as the base fragment for performing navigation. This fragment will be replaced with the fragment showing My Orders. Note: This is only utilized when using DisplayType.Modal.
Please see the {@see com.venuenext.vnorderui.VenueNextNavigationController.DisplayType} documentation to see how DisplayType affects the way My Orders is displayed.