Method FetchStorePromotionOrder
FetchStorePromotionOrder(Action<List<Product>>, Action)
Returns the current promoted product order on the device
Declaration
void FetchStorePromotionOrder(Action<List<Product>> successCallback, Action errorCallback)
Parameters
Type | Name | Description |
---|---|---|
Action<List<Product>> | successCallback | This action will be called when the fetch is successful. The list of products will be passed through. |
Action | errorCallback | This action will be called when the fetch is in error. |