IConsumeResponseListener

A callback interface that serves as a listener for monitoring the consumption operation of purchases.


Public Methods

OnConsumeResponse

void OnConsumeResponse(BillingResult billingResult, string purchaseToken)

Invoked to notify that the consumption operation has been completed.

Parameters

NameTypeDescription
billingResultBillingResultBilling result of type BillingResult of the response received.
purchaseTokenStringThe unique identifier (UID) of the purchase involved in the consumption operation.