PriceChangeFlowParams
  public
  
  
  
  class
  PriceChangeFlowParams
  
    extends Object
  
  
  
  
  
  
| java.lang.Object | |
| ↳ | com.android.billingclient.api.PriceChangeFlowParams | 
      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.  | 
    
Public constructors | |
|---|---|
      
      PriceChangeFlowParams()
      
      
     | 
  |
Public methods | |
|---|---|
        
        
        
        
        
        SkuDetails
     | 
  
    
      
      getSkuDetails()
      
      
     | 
  
        
        
        static
        
        
        PriceChangeFlowParams.Builder
     | 
  
    
      
      newBuilder()
      
      
        Constructs a new   | 
  
Inherited methods | |
|---|---|
Public constructors
PriceChangeFlowParams
public PriceChangeFlowParams ()
Public methods
newBuilder
public static PriceChangeFlowParams.Builder newBuilder ()
Constructs a new PriceChangeFlowParams.Builder instance. 
| Returns | |
|---|---|
PriceChangeFlowParams.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 2025-02-10 UTC.