logCompletedEvent

open override fun logCompletedEvent(success: Boolean, token: String?, error: Throwable?)

Logs event when 3DS flow is completed.

Parameters

success
  • Indicates state of the loading process.

token
  • String token data which can be obtained only after success 3DS flow.

error
  • Throwable error with detailed cause of the issue.