# Print output for @column tags ?>
public
class
BillingFlowParams
extends Object
| java.lang.Object | |
| ↳ | com.android.billingclient.api.BillingFlowParams |
Parameters to initiate a purchase flow. See BillingClient.launchBillingFlow(Activity, BillingFlowParams).
Nested classes | |
|---|---|
class |
BillingFlowParams.Builder
Helps to construct |
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 |
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 |
Inherited methods | |
|---|---|
public static final String EXTRA_PARAM_KEY_ACCOUNT_ID
Constant Value: "accountId"
public static BillingFlowParams.Builder newBuilder ()
Constructs a new BillingFlowParams.Builder instance.
| Returns | |
|---|---|
BillingFlowParams.Builder |
|