-
public final class DeveloperBillingOptionParamsAndroidParameters for developer billing option in purchase flow (Android) Used with BillingFlowParams to enable external payments flow Available in Google Play Billing Library 8.3.0+
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classDeveloperBillingOptionParamsAndroid.Companion
-
Field Summary
Fields Modifier and Type Field Description private final BillingProgramAndroidbillingProgramprivate final DeveloperBillingLaunchModeAndroidlaunchModeprivate final StringlinkUri
-
Constructor Summary
Constructors Constructor Description DeveloperBillingOptionParamsAndroid(BillingProgramAndroid billingProgram, DeveloperBillingLaunchModeAndroid launchMode, String linkUri)
-
Method Summary
Modifier and Type Method Description final BillingProgramAndroidgetBillingProgram()The billing program (should be EXTERNAL_PAYMENTS for external payments flow) final DeveloperBillingLaunchModeAndroidgetLaunchMode()The launch mode for the external payment link final StringgetLinkUri()The URI where the external payment will be processed final Map<String, Object>toJson()-
-
Constructor Detail
-
DeveloperBillingOptionParamsAndroid
DeveloperBillingOptionParamsAndroid(BillingProgramAndroid billingProgram, DeveloperBillingLaunchModeAndroid launchMode, String linkUri)
-
-
Method Detail
-
getBillingProgram
final BillingProgramAndroid getBillingProgram()
The billing program (should be EXTERNAL_PAYMENTS for external payments flow)
-
getLaunchMode
final DeveloperBillingLaunchModeAndroid getLaunchMode()
The launch mode for the external payment link
-
getLinkUri
final String getLinkUri()
The URI where the external payment will be processed
-
-
-
-