ExternalLinkLaunchModeAndroid enum
Launch mode for external link flow (Android) Determines how the external URL is launched Introduced in Google Play Billing Library 8.2.0. External Offer and External Content Link integrations require 8.2.1+ and fresh details immediately before every redirect session.
Values
- Unspecified → const ExternalLinkLaunchModeAndroid
-
Unspecified launch mode. Do not use.
const ExternalLinkLaunchModeAndroid('unspecified') - LaunchInExternalBrowserOrApp → const ExternalLinkLaunchModeAndroid
-
Play will launch the URL in an external browser or eligible app
const ExternalLinkLaunchModeAndroid('launch-in-external-browser-or-app') - CallerWillLaunchLink → const ExternalLinkLaunchModeAndroid
-
Play will not launch the URL. The app handles launching the URL after Play returns control.
const ExternalLinkLaunchModeAndroid('caller-will-launch-link')
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<
ExternalLinkLaunchModeAndroid> - A constant List of the values in this enum, in order of their declaration.