vnorderui / com.venuenext.vnorderui / VNNavigationController / showMyOrders

showMyOrders

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

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

Parameters

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.

usingBaseFragment -

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.