Interface AppleIapVerifyReceiptInvoker.Builder
- All Known Implementing Classes:
DefaultAppleIapVerifyReceiptInvokerBuilder
- Enclosing interface:
AppleIapVerifyReceiptInvoker
public static interface AppleIapVerifyReceiptInvoker.Builder
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the instance ofAppleIapVerifyReceiptInvoker
.withEnvironment
(AppleIapVerifyReceiptInvoker.AppleIapVerifyReceiptEnvironment appleIapVerifyReceiptEnvironment) Specifies the Apple environment against which to validate.withReceiptData
(String receiptData) Specifies the base64-encoded receipt string to be verified.
-
Method Details
-
withEnvironment
AppleIapVerifyReceiptInvoker.Builder withEnvironment(AppleIapVerifyReceiptInvoker.AppleIapVerifyReceiptEnvironment appleIapVerifyReceiptEnvironment) Specifies the Apple environment against which to validate.- Parameters:
appleIapVerifyReceiptEnvironment
- The desired Apple environment to point to for the request.- Returns:
- this instance
-
withReceiptData
Specifies the base64-encoded receipt string to be verified.- Parameters:
receiptData
- The base64-encoded receipt string to be verified.- Returns:
- this instance
-
build
AppleIapVerifyReceiptInvoker build()Builds the instance ofAppleIapVerifyReceiptInvoker
.- Returns:
- the newly created
AppleIapVerifyReceiptInvoker
-