Component module
The cart component module includes all the domain and data logic required for cart. If you need to include this module, add it to your build.gradle
:
implementation ("com.poqstudio:components.cart:$VERSION_NAME")
Interactors
These are the available interactors in the cart component:
- AddToCart
- GetCart
- ObserveCartItemsCount
- ResetCartItemsCount
- UpdateCart
- AddVoucherToCart
- DeleteVoucherFromCart
Analytics tracker
This is the available tracker in the cart component: