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 |
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 | |
---|---|
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 |
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2023-05-10 UTC.