checkout
Process the checkout request.
Note: This method is supposed to be used when your project could neither use Kotlin nor support Java 8 lambda expression. If your project is based on Kotlin or can uses Java 8 lambda expressions, consider using the API that takes a ElepayResultHandler callback.
Parameters
The raw string value of the checkout JSON object.
An Activity instance used to show payment processing UI.
The result handler
Process the checkout request.
Note: This method is supposed to be used when your project could neither use Kotlin nor support Java 8 lambda expression. If your project is based on Kotlin or can uses Java 8 lambda expressions, consider using the API that takes a ElepayResultHandler callback.
Parameters
A JSON object contains the checkout data.
An Activity instance used to show payment processing UI.
The result handler
Process the checkout request.
Parameters
A string value represents the JSON object which contains the checkout data.
An Activity instance used to show processing UI.
The result handler
Process the checkout request.
Parameters
A JSON object contains the checkout data.
An Activity instance used to show processing UI.
The result handler