-
- All Implemented Interfaces:
-
java.io.Serializable,kotlin.Comparable
public enum IapkitPurchaseState extends Enum<IapkitPurchaseState>
Unified purchase states from IAPKit verification response.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classIapkitPurchaseState.Companion
-
Enum Constant Summary
Enum Constants Enum Constant Description InauthenticPurchase receipt is not authentic (fraudulent or tampered).
UnknownPurchase state could not be determined.
ConsumedConsumable item has been fulfilled/consumed.
ReadyToConsumeConsumable purchase is ready to be fulfilled.
ExpiredSubscription or entitlement has expired.
CanceledPurchase was cancelled or refunded.
PendingPurchase is in progress or awaiting confirmation.
PendingAcknowledgmentReceipt is valid but still needs server acknowledgment.
EntitledUser is entitled to the product (purchase is complete and active).
-
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()
-
-
-
-