Package com.cheetahdigital.products.ui.details
-
Interface Summary Interface Description ProductDetailsView LceView
class ofProductDetailsActivity
-
Class Summary Class Description ComponentClickListener Listener for selecting componentsProductDetailsActivity<V extends ProductDetailsView,P extends ProductDetailsPresenter<V>> The Activity class for show Product details Can receive the following intent extras:IntentKey.PRIMARY_ID
- id of theProduct
to request detailIntentKey.PRIMARY_PARAMS
- instance ofProductsParams
usedProductDetailsActivity.KEY_ORDER_ITEM
- serialized value ofOrderItem
which will be used as container for the productProductDetailsActivity.GO_TO_CUSTOMIZE_ITEM_SCREEN
- flag used to configure whether custom screen is open immediately to populate params fromProductsAPI
callsProductDetailsPresenter<T extends ProductDetailsView> TheLcePresenter
class forProductDetailsActivity