SDKInstallmentVerificationCallback
interface SDKInstallmentVerificationCallback
Interface for handling installment verification results.
Functions
Link copied to clipboard
Called prior to perform the installment verification. Return "true" if the selected installment must be verified, return "false" if not
Link copied to clipboard
abstract fun verifyInstallment(gwVerificationResponse: SDKInstallments, sdkAcceptOrRefuseTransaction: (SDKAcceptOrRefuseTransaction) -> Unit)
Called when installment verification response is received.