logCompletedEvent

abstract fun logCompletedEvent(success: Boolean, token: String? = null, error: Throwable? = null)

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.