onReceived

abstract fun onReceived(storeProducts: List<StoreProduct>)

Will be called after products have been fetched successfully

Parameters

storeProducts

The list of StoreProduct that have been able to be successfully fetched from the store. Not found products will be ignored.