Magtek Universal SDK Programmer's Manual page 57

Table of Contents

Advertisement

Appendix C - EMV Transaction Flow
// #2
@Override
public void OnEvent(EventType eventType, IData data)
{
String message;
switch (eventType);
{
case EventType.DisplayMessage:
// Get the message.
if (data != NULL)
{
message = data.StringValue();
}
break;
}
}
MagTek Universal SDK| For MMS Devices | Programmer's Manual ( Java )
Page 57

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the Universal SDK and is the answer not in the manual?

Questions and answers

Related Products for Magtek Universal SDK

Table of Contents