DeveloperBillingOptionParamsAndroid class
Parameters 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+
Constructors
- DeveloperBillingOptionParamsAndroid({required BillingProgramAndroid billingProgram, required DeveloperBillingLaunchModeAndroid launchMode, required String linkUri})
-
const
-
DeveloperBillingOptionParamsAndroid.fromJson(Map<
String, dynamic> json) -
factory
Properties
- billingProgram → BillingProgramAndroid
-
The billing program (should be EXTERNAL_PAYMENTS for external payments flow)
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- launchMode → DeveloperBillingLaunchModeAndroid
-
The launch mode for the external payment link
final
- linkUri → String
-
The URI where the external payment will be processed
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited