Package com.cheetahdigital.products.ui.checkout
-
Interface Summary Interface Description CheckOutView LceViewclass 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 ofPaymentParamsused for callingPaymentAPIcallsIntentKey.SECONDARY_PARAMS- instance ofTransactionsParamsused for callingTransactionsAPIcallsCheckOutPresenter<T extends CheckOutView> TheLcePresenterclass forCheckOutActivityPaymentsListAdapter TheRecyclerView.Adapterused inCheckOutActivityPaymentsViewHolder TheRecyclerView.ViewHolderclass forPaymentsListAdapter