WebViewInitFailed

Thrown when the hidden WebView cannot be created or its bridge page fails to load.

Parameters

cause

The underlying throwable that triggered the initialization failure.

Constructors

Link copied to clipboard
constructor(cause: Throwable)

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
open val message: String?