# Print output for @column tags ?>
public
interface
PriceChangeConfirmationListener
| com.android.billingclient.api.PriceChangeConfirmationListener |
Listener to a result of the price change confirmation flow.
Public methods | |
|---|---|
abstract
void
|
onPriceChangeConfirmationResult(BillingResult billingResult)
Called to notify when a price change confirmation flow has finished. |
public abstract void onPriceChangeConfirmationResult (BillingResult billingResult)
Called to notify when a price change confirmation flow has finished.
| Parameters | |
|---|---|
billingResult |
BillingResult: Result of the price change flow. BillingClient.BillingResponseCode.USER_CANCELED if the user dismissed the confirmation
flow.
|