Accompanist Web Chrome Client
AccompanistWebChromeClient
A parent class implementation of WebChromeClient that can be subclassed to add custom behaviour.
As Accompanist Web needs to set its own web client to function, it provides this intermediary class that can be overriden if further custom behaviour is required.
Constructors
AccompanistWebChromeClient
Link copied to clipboard
fun AccompanistWebChromeClient()
Content copied to clipboard
Functions
getDefaultVideoPoster
Link copied to clipboard
getVideoLoadingProgressView
Link copied to clipboard
getVisitedHistory
Link copied to clipboard
onCloseWindow
Link copied to clipboard
onConsoleMessage
Link copied to clipboard
onCreateWindow
Link copied to clipboard
onExceededDatabaseQuota
Link copied to clipboard
open fun onExceededDatabaseQuota(p0: String, p1: String, p2: Long, p3: Long, p4: Long, p5: WebStorage.QuotaUpdater)
Content copied to clipboard
onGeolocationPermissionsHidePrompt
Link copied to clipboard
open fun onGeolocationPermissionsHidePrompt()
Content copied to clipboard
onGeolocationPermissionsShowPrompt
Link copied to clipboard
open fun onGeolocationPermissionsShowPrompt(p0: String, p1: GeolocationPermissions.Callback)
Content copied to clipboard
onHideCustomView
Link copied to clipboard
open fun onHideCustomView()
Content copied to clipboard
onJsBeforeUnload
Link copied to clipboard
onJsConfirm
Link copied to clipboard
onJsPrompt
Link copied to clipboard
open fun onJsPrompt(p0: WebView, p1: String, p2: String, p3: String, p4: JsPromptResult): Boolean
Content copied to clipboard
onJsTimeout
Link copied to clipboard
onPermissionRequest
Link copied to clipboard
onPermissionRequestCanceled
Link copied to clipboard
onProgressChanged
Link copied to clipboard
onReceivedIcon
Link copied to clipboard
onReceivedTitle
Link copied to clipboard
onReceivedTouchIconUrl
Link copied to clipboard
onRequestFocus
Link copied to clipboard
onShowCustomView
Link copied to clipboard
open fun onShowCustomView(p0: View, p1: WebChromeClient.CustomViewCallback)
Content copied to clipboard
open fun onShowCustomView(p0: View, p1: Int, p2: WebChromeClient.CustomViewCallback)
Content copied to clipboard
onShowFileChooser
Link copied to clipboard
open fun onShowFileChooser(p0: WebView, p1: ValueCallback<Array<Uri>>, p2: WebChromeClient.FileChooserParams): Boolean
Content copied to clipboard
Properties
state
Link copied to clipboard