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
void onPriceChangeConfirmationResult (BillingResult billingResult)
Called to notify when a price change confirmation flow has finished.
Parameters | |
---|---|
billingResult |
BillingResult : Result of the price change flow. USER_CANCELED if the user dismissed the confirmation
flow.
|
Annotations
Interfaces
Classes
- AccountIdentifiers
- AcknowledgePurchaseParams
- AcknowledgePurchaseParams.Builder
- BillingClient
- BillingClient.Builder
- BillingFlowParams
- BillingFlowParams.Builder
- BillingResult
- BillingResult.Builder
- ConsumeParams
- ConsumeParams.Builder
- PriceChangeFlowParams
- PriceChangeFlowParams.Builder
- ProxyBillingActivity
- Purchase
- Purchase.PurchasesResult
- PurchaseHistoryRecord
- SkuDetails
- SkuDetailsParams
- SkuDetailsParams.Builder