/n software 3-D Secure V2 Kotlin Edition

Questions / Feedback?

DataPacketIn Event

Fired when receiving a data packet from the server.

Syntax

public open class DefaultMpiEventListener : MpiEventListener {
  ...
  public override fun dataPacketIn(e: MpiDataPacketInEvent) {}
  ...
}

public class MpiDataPacketInEvent {
  val dataPacket: ByteArray?
}

Remarks

This event fires when a packet is received. The entire data packet (including all framing and error detection characters) is contained in the parameter "DataPacket". This parameter may be inspected for advanced troubleshooting, or to extract additional response properties beyond the scope of this component.

Copyright (c) 2021 /n software inc. - All rights reserved.
/n software 3-D Secure V2 Kotlin Edition - Version 2.2 [Build 7954]