-
- All Implemented Interfaces:
-
java.io.Serializable,kotlin.Comparable
public enum DeveloperBillingLaunchModeAndroid extends Enum<DeveloperBillingLaunchModeAndroid>
Launch mode for developer billing option (Android) Determines how the external payment URL is launched Available in Google Play Billing Library 8.3.0+
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classDeveloperBillingLaunchModeAndroid.Companion
-
Enum Constant Summary
Enum Constants Enum Constant Description CallerWillLaunchLinkThe caller app will launch the link after Play returns control. Use this when you want to handle launching the external payment URL yourself.
LaunchInExternalBrowserOrAppGoogle Play will launch the link in an external browser or eligible app. Use this when you want Play to handle launching the external payment URL.
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()
-
-
-
-