/n software 3-D Secure V2 Kotlin Edition

Questions / Feedback?

SSLStatus Event

Shows the progress of the secure connection.

Syntax

public open class DefaultMpiEventListener : MpiEventListener {
  ...
  public override fun sslStatus(e: MpiSSLStatusEvent) {}
  ...
}

public class MpiSSLStatusEvent {
  val message: String?
}

Remarks

The event is fired for informational and logging purposes only. Used to track the progress of the connection.

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