-
- All Implemented Interfaces:
-
java.io.Serializable,kotlin.Comparable
public enum ExternalLinkLaunchModeAndroid extends Enum<ExternalLinkLaunchModeAndroid>
Launch mode for external link flow (Android) Determines how the external URL is launched Available in Google Play Billing Library 8.2.0+
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classExternalLinkLaunchModeAndroid.Companion
-
Enum Constant Summary
Enum Constants Enum Constant Description CallerWillLaunchLinkPlay will not launch the URL. The app handles launching the URL after Play returns control.
LaunchInExternalBrowserOrAppPlay will launch the URL in an external browser or eligible app
UnspecifiedUnspecified launch mode. Do not use.
-
Method Summary
Modifier and Type Method Description final StringtoJson()final StringgetRawValue()final StringgetName()final IntegergetOrdinal()-
-
Method Detail
-
getRawValue
final String getRawValue()
-
getOrdinal
final Integer getOrdinal()
-
-
-
-