Method OnPurchaseSucceeded
OnPurchaseSucceeded(string, string, string)
Callback received after making a successful purchase.
Declaration
void OnPurchaseSucceeded(string productId, string receipt, string transactionId)
Parameters
Type | Name | Description |
---|---|---|
string | productId | The ID of the product purchased. |
string | receipt | The receipt of the purchase. |
string | transactionId | The ID of the transaction event. |