| Package | Description |
|---|---|
| com.paypal.sdk.models |
| Modifier and Type | Method and Description |
|---|---|
AppSwitchContext |
AppSwitchContext.Builder.build()
Builds a new
AppSwitchContext object using the set fields. |
AppSwitchContext |
PaypalWalletExperienceContext.getAppSwitchContext()
Getter for AppSwitchContext.
|
AppSwitchContext |
VaultExperienceContext.getAppSwitchContext()
Getter for AppSwitchContext.
|
| Modifier and Type | Method and Description |
|---|---|
PaypalWalletExperienceContext.Builder |
PaypalWalletExperienceContext.Builder.appSwitchContext(AppSwitchContext appSwitchContext)
Setter for appSwitchContext.
|
VaultExperienceContext.Builder |
VaultExperienceContext.Builder.appSwitchContext(AppSwitchContext appSwitchContext)
Setter for appSwitchContext.
|
void |
PaypalWalletExperienceContext.setAppSwitchContext(AppSwitchContext appSwitchContext)
Setter for AppSwitchContext.
|
void |
VaultExperienceContext.setAppSwitchContext(AppSwitchContext appSwitchContext)
Setter for AppSwitchContext.
|
| Constructor and Description |
|---|
PaypalWalletExperienceContext(String brandName,
String locale,
PaypalWalletContextShippingPreference shippingPreference,
PaypalWalletContactPreference contactPreference,
String returnUrl,
String cancelUrl,
AppSwitchContext appSwitchContext,
PaypalExperienceLandingPage landingPage,
PaypalExperienceUserAction userAction,
PayeePaymentMethodPreference paymentMethodPreference,
CallbackConfiguration orderUpdateCallbackConfig)
Initialization constructor.
|
VaultExperienceContext(String brandName,
String locale,
String returnUrl,
String cancelUrl,
ExperienceContextShippingPreference shippingPreference,
VaultInstructionAction vaultInstruction,
AppSwitchContext appSwitchContext,
VaultUserAction userAction)
Initialization constructor.
|
Copyright © 2026. All rights reserved.