-
public final class RequestVerifyPurchaseWithIapkitResult
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classRequestVerifyPurchaseWithIapkitResult.Companion
-
Constructor Summary
Constructors Constructor Description RequestVerifyPurchaseWithIapkitResult(Boolean isValid, IapkitPurchaseState state, IapStore 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 IapStoregetStore()final Map<String, Object>toJson()-
-
Constructor Detail
-
RequestVerifyPurchaseWithIapkitResult
RequestVerifyPurchaseWithIapkitResult(Boolean isValid, IapkitPurchaseState state, IapStore store)
-
-
Method Detail
-
getIsValid
final Boolean getIsValid()
Whether the purchase is valid (not falsified).
-
getState
final IapkitPurchaseState getState()
The current state of the purchase.
-
-
-
-