BillingFlowParams

public class BillingFlowParams
extends Object

java.lang.Object
   ↳ com.android.billingclient.api.BillingFlowParams


Parameters to initiate a purchase flow. See BillingClient.launchBillingFlow(Activity, BillingFlowParams).

Summary

Nested classes

class BillingFlowParams.Builder

Helps to construct BillingFlowParams that are used to initiate a purchase flow. 

class BillingFlowParams.ProductDetailsParams

Params that describe the product to be purchased and the offer to purchase with. 

@interface BillingFlowParams.ProrationMode

This @interface is deprecated. use BillingFlowParams.SubscriptionUpdateParams.ReplacementMode instead.  

class BillingFlowParams.SubscriptionUpdateParams

Params that describe a subscription update. 

Constants

String EXTRA_PARAM_KEY_ACCOUNT_ID

Public methods

static BillingFlowParams.Builder newBuilder()

Constructs a new BillingFlowParams.Builder instance.

Inherited methods

Constants

EXTRA_PARAM_KEY_ACCOUNT_ID

public static final String EXTRA_PARAM_KEY_ACCOUNT_ID

Constant Value: "accountId"

Public methods

newBuilder

public static BillingFlowParams.Builder newBuilder ()

Constructs a new BillingFlowParams.Builder instance.

Returns
BillingFlowParams.Builder