boolean cancelTransaction()

Cancels an in-progress transaction.

Return

True if the transaction was successfully cancelled. False, otherwise.

Examples


function cancelTransaction() {
	return KioEMV.cancelTransaction();
}

    

Requirements

KioWare for Android version 3.23 or greater.