BillingChoiceInfoResponseListener

public interface BillingChoiceInfoResponseListener


Listener for BillingClient.getBillingChoiceInfoAsync.

Summary

Public methods

abstract void
onBillingChoiceInfoResponse(
    BillingResult billingResult,
    BillingChoiceInfo billingChoiceInfo
)

Called to notify that the BillingClient.getBillingChoiceInfoAsync API has finished.

Public methods

onBillingChoiceInfoResponse

abstract void onBillingChoiceInfoResponse(
    BillingResult billingResult,
    BillingChoiceInfo billingChoiceInfo
)

Called to notify that the BillingClient.getBillingChoiceInfoAsync API has finished.

Parameters
BillingResult billingResult

The billing result of the API.

BillingChoiceInfo billingChoiceInfo

The billing choice info. This is null when billingResult response code is not BillingClient.BillingResponseCode.OK.