# Print output for @column tags ?>
public
interface
AlternativeBillingListener
| com.android.billingclient.api.AlternativeBillingListener |
This interface is deprecated.
Use BillingClient.Builder.enableUserChoiceBilling(UserChoiceBillingListener) with UserChoiceBillingListener instead.
Listener interface for the developer-managed alternative billing flow, when it is chosen by the user when initiating a purchase.
Public methods | |
|---|---|
abstract
void
|
userSelectedAlternativeBilling(AlternativeChoiceDetails alternativeChoiceDetails)
Called when a user has selected to make a purchase using alternative billing. |
public abstract void userSelectedAlternativeBilling (AlternativeChoiceDetails alternativeChoiceDetails)
Called when a user has selected to make a purchase using alternative billing.
Note:
| Parameters | |
|---|---|
alternativeChoiceDetails |
AlternativeChoiceDetails: The alternative billing choice details. |