-
- All Implemented Interfaces:
-
java.io.Serializable,kotlin.Comparable
public enum AlternativeBillingMode extends Enum<AlternativeBillingMode>
Alternative billing mode Supported by both Google Play Billing and Meta Horizon Billing
-
-
Enum Constant Summary
Enum Constants Enum Constant Description ALTERNATIVE_ONLYAlternative billing only (no platform billing option)
USER_CHOICEAlternative billing with user choice (user selects between platform billing or alternative)
NONEStandard billing (default) - Google Play or Meta Horizon
-
Method Summary
Modifier and Type Method Description final StringgetName()final IntegergetOrdinal()-
-
Method Detail
-
getOrdinal
final Integer getOrdinal()
-
-
-
-