| Package | Description |
|---|---|
| com.rapidclipse.framework.server.webapi.payment | |
| com.rapidclipse.framework.server.webapi.screen |
| Modifier and Type | Method and Description |
|---|---|
void |
Payment.complete(Payment.Result result,
Consumer<JavascriptError> onErrorOccurred)
This method can be used to show the user that the transaction is complete.
|
void |
Payment.requestPayment(List<PaymentRequestMethodData> methodData,
PaymentRequestDetails details,
PaymentRequestOptions options,
Consumer<PaymentResult> onResultReceived,
Consumer<JavascriptError> onErrorReceived)
Request the browser to display the payment interface.
|
void |
Payment.retry(PaymentValidationError errorFields,
Consumer<PaymentResult> onResultReceived,
Consumer<JavascriptError> onErrorOccurred)
This method can be used if a payment request failed and the error is recoverable.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FullscreenError |
class |
FullscreenExitError |
Copyright © 2020 XDEV Software Corp.. All rights reserved.