class MyOrdersPageFragment : Fragment, MyOrdersDelegate
The Fragment responsible for showing the list of the user's Orders.
<init> |
The Fragment responsible for showing the list of the user's Orders. MyOrdersPageFragment() |
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 |
getInstance |
fun getInstance(launchSource: String): MyOrdersPageFragment |