Method OnPurchaseSucceeded
OnPurchaseSucceeded(string, string, string)
Inform Unity Purchasing of a purchase.
Declaration
void OnPurchaseSucceeded(string storeSpecificId, string receipt, string transactionIdentifier)
Parameters
Type | Name | Description |
---|---|---|
string | storeSpecificId | The product id specific to the store it was purchased from. |
string | receipt | The receipt provided by the store detailing the purchase |
string | transactionIdentifier | The id of the transaction |