PriceChangeFlowParams
public
class
PriceChangeFlowParams
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.
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
|
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
PriceChangeFlowParams
public PriceChangeFlowParams ()
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\n\nSummary: [Nested Classes](#nestedclasses) \\| [Ctors](#pubctors) \\| [Methods](#pubmethods) \\| [Inherited Methods](#inhmethods) \n\nPriceChangeFlowParams\n=====================\n\n\n`\npublic\n\n\nclass\nPriceChangeFlowParams\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 |\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. To\nlearn more about alternatives, see\nhttps://developer.android.com/google/play/billing/subscriptions#price-change.\n\nParameters to launch a price change confirmation flow. See [BillingClient.launchPriceChangeConfirmationFlow(Activity, PriceChangeFlowParams, PriceChangeConfirmationListener)](/reference/com/android/billingclient/api/BillingClient#launchPriceChangeConfirmationFlow(android.app.Activity,%20com.android.billingclient.api.PriceChangeFlowParams,%20com.android.billingclient.api.PriceChangeConfirmationListener)).\n\nSummary\n-------\n\n| ### Nested classes ||\n|----------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ` class` | [PriceChangeFlowParams.Builder](/reference/com/android/billingclient/api/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 |\n\n| ### Public constructors ||\n|-------------------------------------------------------------------------------------------------------------------------|---|\n| ` `[PriceChangeFlowParams](/reference/com/android/billingclient/api/PriceChangeFlowParams#PriceChangeFlowParams())`() ` |\n\n| ### Public methods ||\n|-------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ` `[SkuDetails](/reference/com/android/billingclient/api/SkuDetails) | ` `[getSkuDetails](/reference/com/android/billingclient/api/PriceChangeFlowParams#getSkuDetails())`() ` |\n| ` static `[PriceChangeFlowParams.Builder](/reference/com/android/billingclient/api/PriceChangeFlowParams.Builder) | ` `[newBuilder](/reference/com/android/billingclient/api/PriceChangeFlowParams#newBuilder())`() ` Constructs a new [PriceChangeFlowParams.Builder](/reference/com/android/billingclient/api/PriceChangeFlowParams.Builder) instance. |\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### PriceChangeFlowParams\n\n```\npublic PriceChangeFlowParams ()\n```\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\nPublic methods\n--------------\n\n### getSkuDetails\n\n```\npublic SkuDetails getSkuDetails ()\n```\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n| Returns ||\n|-------------------------------------------------------------------|--------|\n| [SkuDetails](/reference/com/android/billingclient/api/SkuDetails) | \u003cbr /\u003e |\n\n### newBuilder\n\n```\npublic static PriceChangeFlowParams.Builder newBuilder ()\n```\n\nConstructs a new [PriceChangeFlowParams.Builder](/reference/com/android/billingclient/api/PriceChangeFlowParams.Builder) instance.\n\n\u003cbr /\u003e\n\n| Returns ||\n|---------------------------------------------------------------------------------------------------------|--------|\n| [PriceChangeFlowParams.Builder](/reference/com/android/billingclient/api/PriceChangeFlowParams.Builder) | \u003cbr /\u003e |"]]