Method FetchStorePromotionVisibility
FetchStorePromotionVisibility(Product, Action<string, AppleStorePromotionVisibility>, Action)
Returns the current promoted product order on the device
Declaration
void FetchStorePromotionVisibility(Product product, Action<string, AppleStorePromotionVisibility> successCallback, Action errorCallback)
Parameters
Type | Name | Description |
---|---|---|
Product | product | Product to change visibility. |
Action<string, AppleStorePromotionVisibility> | successCallback | This action will be called when the fetch is successful. The productId and visibility will be passed through. |
Action | errorCallback | This action will be called when the fetch is in error. |