vnorderui / com.venuenext.vnorderui.myorders / MyOrdersPageFragment

MyOrdersPageFragment

class MyOrdersPageFragment : Fragment, MyOrdersDelegate

The Fragment responsible for showing the list of the user's Orders.

Constructors

<init>

The Fragment responsible for showing the list of the user's Orders.

MyOrdersPageFragment()

Functions

onCreate

fun onCreate(savedInstanceState: Bundle?): Unit

onCreateView

fun onCreateView(inflater: LayoutInflater, container: ViewGroup?, savedInstanceState: Bundle?): View?

onOrderAgainClicked

fun onOrderAgainClicked(orderUUID: String, productType: String): Unit

onPause

fun onPause(): Unit

onReceiptClicked

fun onReceiptClicked(orderUUID: String, productType: String): Unit

onResume

fun onResume(): Unit

onViewCreated

fun onViewCreated(view: View, savedInstanceState: Bundle?): Unit

Companion Object Functions

getInstance

fun getInstance(launchSource: String): MyOrdersPageFragment