BillingProgramInformationDialogListener

public interface BillingProgramInformationDialogListener


Listener for the result of the BillingClient.showBillingProgramInformationDialog API.

Summary

Public methods

abstract void

Called to notify that the billing program information dialog flow is finished.

Public methods

onBillingProgramInformationDialogResponse

abstract void onBillingProgramInformationDialogResponse(BillingResult billingResult)

Called to notify that the billing program information dialog flow is finished.

Parameters
BillingResult billingResult

The billing result of the billing program information dialog flow.