-
public final class RequestVerifyPurchaseWithIapkitAmazonProps
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classRequestVerifyPurchaseWithIapkitAmazonProps.Companion
-
Constructor Summary
Constructors Constructor Description RequestVerifyPurchaseWithIapkitAmazonProps(String receiptId, Boolean sandbox, String userId)
-
Method Summary
Modifier and Type Method Description final StringgetReceiptId()Amazon Appstore receipt id returned by PurchaseResponse.getReceipt().getReceiptId(). final BooleangetSandbox()Use Amazon RVS Cloud Sandbox for App Tester receipts. final StringgetUserId()Amazon Appstore user id returned by PurchaseResponse.getUserData().getUserId(). final Map<String, Object>toJson()-
-
Method Detail
-
getReceiptId
final String getReceiptId()
Amazon Appstore receipt id returned by PurchaseResponse.getReceipt().getReceiptId().
-
getSandbox
final Boolean getSandbox()
Use Amazon RVS Cloud Sandbox for App Tester receipts.
-
getUserId
final String getUserId()
Amazon Appstore user id returned by PurchaseResponse.getUserData().getUserId().
-
-
-
-