-
public final class RequestVerifyPurchaseWithIapkitResult
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classRequestVerifyPurchaseWithIapkitResult.Companion
-
Field Summary
Fields Modifier and Type Field Description private final BooleanisValidprivate final IapkitPurchaseStatestateprivate final IapkitStorestore
-
Constructor Summary
Constructors Constructor Description RequestVerifyPurchaseWithIapkitResult(Boolean isValid, IapkitPurchaseState state, IapkitStore store)
-
Method Summary
Modifier and Type Method Description final BooleangetIsValid()Whether the purchase is valid (not falsified). final IapkitPurchaseStategetState()The current state of the purchase. final IapkitStoregetStore()final Map<String, Object>toJson()-
-
Constructor Detail
-
RequestVerifyPurchaseWithIapkitResult
RequestVerifyPurchaseWithIapkitResult(Boolean isValid, IapkitPurchaseState state, IapkitStore store)
-
-
Method Detail
-
getIsValid
final Boolean getIsValid()
Whether the purchase is valid (not falsified).
-
getState
final IapkitPurchaseState getState()
The current state of the purchase.
-
getStore
final IapkitStore getStore()
-
-
-
-