Component module
The review detail component module includes all of the domain and data logic required for review detail. If you need to include this module, add it to your build.gradle
:
implementation ("com.poqstudio:components.product.reviewdetail:$VERSION_NAME")
Interactors
This is the available interactor in the review detail component:
- GetReviews: it returns ReviewDetailList which hold's the paginated review detail data.
- AddReview