AlternativeBillingOnlyInformationDialogListener

public interface AlternativeBillingOnlyInformationDialogListener


Listener for the result of the BillingClient#showAlternativeBillingOnlyInformationDialog API.

Summary

Public methods

abstract void

Called to notify that the alternative billing only dialog flow is finished.

Public methods

onAlternativeBillingOnlyInformationDialogResponse

abstract void onAlternativeBillingOnlyInformationDialogResponse(
    BillingResult billingResult
)

Called to notify that the alternative billing only dialog flow is finished.

Parameters
BillingResult billingResult

The billing result of the alternative billing only dialog flow.