-
- All Implemented Interfaces:
-
java.io.Serializable,kotlin.Comparable
public enum BillingChoiceScreenTypeAndroid extends Enum<BillingChoiceScreenTypeAndroid>
Choice screen renderer for Billing Choice availability (Android) Available in OpenIAP Spec 2.1.0 / openiap-google 2.3.0 (requires Play Billing 9.1.0+).
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classBillingChoiceScreenTypeAndroid.Companion
-
Enum Constant Summary
Enum Constants Enum Constant Description GoogleRenderedChoice screen is rendered by Google Play.
DeveloperRenderedChoice screen is rendered by the developer app.
UnspecifiedUnspecified choice screen type.
-
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()
-
-
-
-