PriceChangeConfirmationListener
Updated: May 13, 2025
PriceChangeConfirmationListener
interface PriceChangeConfirmationListener
Listener to a result of the price change confirmation flow.
Deprecated
This class has been marked as deprecated and removed from Play Billing Library since version 6.0.0. To learn more about alternatives, see https://developer.android.com/google/play/billing/subscriptions#price-change.
| Name | Summary |
|---|
onPriceChangeConfirmationResult | abstract fun onPriceChangeConfirmationResult(billingResult: BillingResult) Called to notify when a price change confirmation flow has finished. |