-
- All Implemented Interfaces:
-
java.io.Serializable,kotlin.Comparable
public enum ExternalLinkTypeAndroid extends Enum<ExternalLinkTypeAndroid>
Link type for external link flow (Android) Specifies the type of external link destination Available in Google Play Billing Library 8.2.0+
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classExternalLinkTypeAndroid.Companion
-
Enum Constant Summary
Enum Constants Enum Constant Description LinkToAppDownloadThe link will direct users to download an app
LinkToDigitalContentOfferThe link will direct users to a digital content offer
UnspecifiedUnspecified link type. 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()
-
-
-
-