logLoadedEvent

abstract fun logLoadedEvent(success: Boolean, error: Throwable? = null)

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

Parameters

success
  • Indicates state of the loading process.

error
  • Throwable error with detailed cause of the issue.