String getLastResponse()
Gets the most recent EMVTransactionResponse.
Return
The last EMVTransactionResponse as a JSON string.
Examples
var lastResponse = KioEMV.getLastResponse();
if (lastResponse)
document.getElementById('output').innerText = JSON.stringify(JSON.parse(KioEMV.getLastResponse()), null, 2);
Requirements
KioWare for Android version 3.23 or greater.