-
- All Implemented Interfaces:
-
java.io.Serializable,kotlin.Comparable
public enum AlternativeBillingModeAndroid extends Enum<AlternativeBillingModeAndroid>
Alternative billing mode for Android Controls which billing system is used
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classAlternativeBillingModeAndroid.Companion
-
Enum Constant Summary
Enum Constants Enum Constant Description AlternativeOnlyAlternative billing only - no Google Play billing option Requires Google Play Billing Library 6.2+
UserChoiceUser choice billing - user can select between Google Play or alternative Requires Google Play Billing Library 7.0+
NoneStandard Google Play billing (default)
-
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()
-
-
-
-