# Print output for @column tags ?>
public
interface
AlternativeBillingOnlyInformationDialogListener
| com.android.billingclient.api.AlternativeBillingOnlyInformationDialogListener |
Listener for the result of the BillingClient.showAlternativeBillingOnlyInformationDialog(Activity, AlternativeBillingOnlyInformationDialogListener)
API.
Public methods | |
|---|---|
abstract
void
|
onAlternativeBillingOnlyInformationDialogResponse(BillingResult billingResult)
Called to notify that the alternative billing only dialog flow is finished. |
public 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.
|