Stay organized with collections
Save and categorize content based on your preferences.
PriceChangeFlowParams.Builder
public
static
class
PriceChangeFlowParams.Builder
extends Object
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.
Helps construct PriceChangeFlowParams
that are used to launch a price change
confirmation flow.
Summary
Inherited methods |
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
|
Public constructors
Builder
public Builder ()
Public methods
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 2025-02-10 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-02-10 UTC."],[],[],null,["# PriceChangeFlowParams.Builder\n\nSummary: [Ctors](#pubctors) \\| [Methods](#pubmethods) \\| [Inherited Methods](#inhmethods) \n\nPriceChangeFlowParams.Builder\n=============================\n\n\n`\npublic\nstatic\n\n\nclass\nPriceChangeFlowParams.Builder\n`\n\n\n`\n\nextends `[Object](https://developer.android.com/reference/java/lang/Object.html)`\n\n\n`\n\n`\n\n\n`\n\n|---|-------------------------------------------------------------|\n| [java.lang.Object](https://developer.android.com/reference/java/lang/Object.html) ||\n| ↳ | com.android.billingclient.api.PriceChangeFlowParams.Builder |\n\nIncluded in documentation by the annotations: @Annotations.PriceChangeConfirmation \n\n*** ** * ** ***\n\n\n**This class is deprecated.** \n\nThis class has been marked as deprecated and will be removed in a future release.\nTo learn more about alternatives, see\nhttps://developer.android.com/google/play/billing/subscriptions#price-change.\n\nHelps construct [PriceChangeFlowParams](/reference/com/android/billingclient/api/PriceChangeFlowParams) that are used to launch a price change\nconfirmation flow.\n\nSummary\n-------\n\n| ### Public constructors ||\n|-----------------------------------------------------------------------------------------------------|---|\n| ` `[Builder](/reference/com/android/billingclient/api/PriceChangeFlowParams.Builder#Builder())`() ` |\n\n| ### Public methods ||\n|------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ` `[PriceChangeFlowParams](/reference/com/android/billingclient/api/PriceChangeFlowParams) | ` `[build](/reference/com/android/billingclient/api/PriceChangeFlowParams.Builder#build())`() ` Returns the [PriceChangeFlowParams](/reference/com/android/billingclient/api/PriceChangeFlowParams) to initiate price change confirmation flow. |\n| ` `[PriceChangeFlowParams.Builder](/reference/com/android/billingclient/api/PriceChangeFlowParams.Builder) | ` `[setSkuDetails](/reference/com/android/billingclient/api/PriceChangeFlowParams.Builder#setSkuDetails(com.android.billingclient.api.SkuDetails))`(`[SkuDetails](/reference/com/android/billingclient/api/SkuDetails)` skuDetails) ` Specifies the SKU that has the pending price change. |\n\n| ### Inherited methods |\n|-----------------------|---|\n| From class ` `[java.lang.Object](https://developer.android.com/reference/java/lang/Object.html)` ` |-------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------| | ` `[Object](https://developer.android.com/reference/java/lang/Object.html) | ` clone() ` | | ` boolean` | ` equals(`[Object](https://developer.android.com/reference/java/lang/Object.html)` arg0) ` | | ` void` | ` finalize() ` | | ` final `[Class](https://developer.android.com/reference/java/lang/Class.html)`\u003c?\u003e` | ` getClass() ` | | ` int` | ` hashCode() ` | | ` final void` | ` notify() ` | | ` final void` | ` notifyAll() ` | | ` `[String](https://developer.android.com/reference/java/lang/String.html) | ` toString() ` | | ` final void` | ` wait(long arg0, int arg1) ` | | ` final void` | ` wait(long arg0) ` | | ` final void` | ` wait() ` | ||\n\nPublic constructors\n-------------------\n\n### Builder\n\n```\npublic Builder ()\n```\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\nPublic methods\n--------------\n\n### build\n\n```\npublic PriceChangeFlowParams build ()\n```\n\nReturns the [PriceChangeFlowParams](/reference/com/android/billingclient/api/PriceChangeFlowParams) to initiate price change confirmation flow.\n\n\u003cbr /\u003e\n\n| Returns ||\n|-----------------------------------------------------------------------------------------|--------|\n| [PriceChangeFlowParams](/reference/com/android/billingclient/api/PriceChangeFlowParams) | \u003cbr /\u003e |\n\n### setSkuDetails\n\n```\npublic PriceChangeFlowParams.Builder setSkuDetails (SkuDetails skuDetails)\n```\n\nSpecifies the SKU that has the pending price change.\n\n\u003cbr /\u003e\n\n| Parameters ||\n|--------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `skuDetails` | `SkuDetails`: Required, the SKU details object from [BillingClient.querySkuDetailsAsync(SkuDetailsParams, SkuDetailsResponseListener)](/reference/com/android/billingclient/api/BillingClient#querySkuDetailsAsync(com.android.billingclient.api.SkuDetailsParams,%20com.android.billingclient.api.SkuDetailsResponseListener)). \u003cbr /\u003e |\n\n| Returns ||\n|---------------------------------------------------------------------------------------------------------|--------|\n| [PriceChangeFlowParams.Builder](/reference/com/android/billingclient/api/PriceChangeFlowParams.Builder) | \u003cbr /\u003e |"]]