onReceived

abstract fun onReceived(productDetailsList: List<ProductDetails>)

Will be called after ProductDetails have been fetched successfully

Parameters

productDetails

List of ProductDetails retrieved after a successful call to fetch ProductDetails

Sources

Link copied to clipboard