PriceChangeConfirmationListener
public
interface
PriceChangeConfirmationListener
com.android.billingclient.api.PriceChangeConfirmationListener |
This interface is deprecated.
This class has been marked as deprecated and will be removed in a future release. To
learn more about alternatives, see
https://developer.android.com/google/play/billing/subscriptions#price-change.
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.
|