# Print output for @column tags ?>
public
interface
UserChoiceBillingListener
| com.android.billingclient.api.UserChoiceBillingListener |
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(UserChoiceDetails userChoiceDetails)
Called when a user has selected to make a purchase using user choice billing. |
public abstract void userSelectedAlternativeBilling (UserChoiceDetails userChoiceDetails)
Called when a user has selected to make a purchase using user choice billing.
Note:
| Parameters | |
|---|---|
userChoiceDetails |
UserChoiceDetails: The user choice details.
|