PriceChangeFlowParams

public class PriceChangeFlowParams
extends Object

java.lang.Object
   ↳ com.android.billingclient.api.PriceChangeFlowParams
Included in documentation by the annotations: @Annotations.PriceChangeConfirmation

This class 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.

Parameters to launch a price change confirmation flow. See BillingClient.launchPriceChangeConfirmationFlow(Activity, PriceChangeFlowParams, PriceChangeConfirmationListener).

Summary

Nested classes

class PriceChangeFlowParams.Builder

This class 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.   Included in documentation by the annotations: @Annotations.PriceChangeConfirmation

Public constructors

PriceChangeFlowParams()

Public methods

SkuDetails getSkuDetails()
static PriceChangeFlowParams.Builder newBuilder()

Constructs a new PriceChangeFlowParams.Builder instance.

Inherited methods

Public constructors

PriceChangeFlowParams

public PriceChangeFlowParams ()

Public methods

getSkuDetails

public SkuDetails getSkuDetails ()

Returns
SkuDetails

newBuilder

public static PriceChangeFlowParams.Builder newBuilder ()

Constructs a new PriceChangeFlowParams.Builder instance.

Returns
PriceChangeFlowParams.Builder