Method ConfirmSubscriptionPriceChange
ConfirmSubscriptionPriceChange(string, Action<bool>)
THIS IS A FAKE, NO CODE WILL BE EXECUTED!
Initiate a flow to confirm the change of price for an item subscribed by the user.
Declaration
public void ConfirmSubscriptionPriceChange(string productId, Action<bool> callback)
Parameters
| Type | Name | Description |
|---|---|---|
| string | productId | Product id |
| Action<bool> | callback | Price changed event finished successfully |