Package com.cheetahdigital.products.ui.checkout
-
Interface Summary Interface Description CheckOutView LceView
class ofCheckOutPresenter
-
Class Summary Class Description CheckOutActivity<V extends CheckOutView,P extends CheckOutPresenter<V>> The Activity class for showing Transaction details and payment Can receive the following intent extras:CheckOutActivity.PAYMENT_REQUEST_CODE
- request code used to when trying to launch intent for checkout via checkout buttonIntentKey.PRIMARY_PARAMS
- instance ofPaymentParams
used for callingPaymentAPI
callsIntentKey.SECONDARY_PARAMS
- instance ofTransactionsParams
used for callingTransactionsAPI
callsCheckOutPresenter<T extends CheckOutView> TheLcePresenter
class forCheckOutActivity
PaymentsListAdapter TheRecyclerView.Adapter
used inCheckOutActivity
PaymentsViewHolder TheRecyclerView.ViewHolder
class forPaymentsListAdapter