ExternalOfferInformationDialogListener

public interface ExternalOfferInformationDialogListener


Listener for the result of the BillingClient#showExternalOfferInformationDialog API.

Summary

Public methods

abstract void

Called to notify that the external offer information dialog flow is finished.

Public methods

onExternalOfferInformationDialogResponse

abstract void onExternalOfferInformationDialogResponse(BillingResult billingResult)

Called to notify that the external offer information dialog flow is finished.

Parameters
BillingResult billingResult

The billing result of the external offer information dialog flow.