IConsumeResponseListener
A callback interface that serves as a listener for monitoring the consumption operation of purchases.
Public Methods
OnConsumeResponse
void OnConsumeResponse(int responseCode, string purchaseToken)
Invoked to notify that the consumption operation has been completed.
Parameters
Name | Type | Description |
---|---|---|
responseCode | Int | Integer value of type ResponseCode of the operation status. |
purchaseToken | String | The unique identifier (UID) of the purchase involved in the consumption operation. |
Updated 3 days ago