BillingProgramAndroid enum

Billing program types for external content links, external offers, and external payments (Android) Available in Google Play Billing Library 8.2.0+, EXTERNAL_PAYMENTS added in 8.3.0

Inheritance
Available extensions

Values

Unspecified → const BillingProgramAndroid

Unspecified billing program. Do not use.

const BillingProgramAndroid('unspecified')
UserChoiceBilling → const BillingProgramAndroid

User Choice Billing program. User can select between Google Play Billing or alternative billing. Available in Google Play Billing Library 7.0+

const BillingProgramAndroid('user-choice-billing')

External Content Links program. Allows linking to external content outside the app. Available in Google Play Billing Library 8.2.0+

const BillingProgramAndroid('external-content-link')
ExternalOffer → const BillingProgramAndroid

External Offers program. Allows offering digital content purchases outside the app. Available in Google Play Billing Library 8.2.0+

const BillingProgramAndroid('external-offer')
ExternalPayments → const BillingProgramAndroid

External Payments program (Japan only). Allows presenting a side-by-side choice between Google Play Billing and developer's external payment option. Users can choose to complete the purchase on the developer's website. Available in Google Play Billing Library 8.3.0+

const BillingProgramAndroid('external-payments')

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
name String

Available on Enum, provided by the EnumName extension

The name of the enum value.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value String
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() String
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<BillingProgramAndroid>
A constant List of the values in this enum, in order of their declaration.