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
Need help?
Do you have a question about the Universal SDK and is the answer not in the manual?
Questions and answers