-
- All Implemented Interfaces:
-
java.io.Serializable,kotlin.Comparable
public enum InAppMessageResponseCodeAndroid extends Enum<InAppMessageResponseCodeAndroid>
Response code from Play billing in-app messages (Android) Available in OpenIAP Spec 2.1.0 / openiap-google 2.3.0 (upstream API available since Play Billing 4.1.0).
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classInAppMessageResponseCodeAndroid.Companion
-
Enum Constant Summary
Enum Constants Enum Constant Description SubscriptionStatusUpdatedSubscription status changed and the purchase token should be checked.
NoActionNeededFlow finished and no developer action is needed.
-
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()
-
-
-
-