ThreeDSLogger

Used to log events related to 3DS process.

Inheritors

Functions

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

Logs event when 3DS flow is completed.

Link copied to clipboard
abstract fun logLoadedEvent(success: Boolean, error: Throwable? = null)

Logs event when initial url is loaded for the first time.

Link copied to clipboard
abstract fun logPresentedEvent()

Logs event WebView presented for the first time.