Method Purchase
Purchase(string, string)
Call the Store to purchase a product. The IStoreCallback
will be call when the purchase is successful.
Declaration
void Purchase(string productJSON, string developerPayload)
Parameters
Type | Name | Description |
---|---|---|
string | productJSON | The product to buy in JSON format. |
string | developerPayload | A string used by some stores to fight fraudulent transactions. |