# Print output for @column tags ?> PriceChangeConfirmationListener {% setvar book_path %}/reference/com/android/billingclient/_book.yaml{% endsetvar %} {% include "_shared/_reference-head-tags.html" %}

PriceChangeConfirmationListener

public interface PriceChangeConfirmationListener

com.android.billingclient.api.PriceChangeConfirmationListener


Listener to a result of the price change confirmation flow.

Summary

Public methods

abstract void onPriceChangeConfirmationResult(BillingResult billingResult)

Called to notify when a price change confirmation flow has finished.

Public methods

onPriceChangeConfirmationResult

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.