Added in API level 23
WebView.VisualStateCallback
public
static
abstract
class
WebView.VisualStateCallback
extends Object
| java.lang.Object | |
| ↳ | android.webkit.WebView.VisualStateCallback |
Callback interface supplied to postVisualStateCallback(long, WebView.VisualStateCallback) for receiving
notifications about the visual state.
Summary
Public constructors | |
|---|---|
WebView.VisualStateCallback()
|
|
Public methods | |
|---|---|
abstract
void
|
onComplete(long requestId)
Invoked when the visual state is ready to be drawn in the next |
Inherited methods | |
|---|---|
From
class
java.lang.Object
| |
Public constructors
Public methods
onComplete
Added in API level 23
void onComplete (long requestId)
Invoked when the visual state is ready to be drawn in the next onDraw(Canvas).
| Parameters | |
|---|---|
requestId |
long:
The identifier passed to postVisualStateCallback(long, WebView.VisualStateCallback) when this
callback was posted.
|
Annotations
Interfaces
Classes
- ClientCertRequest
- ConsoleMessage
- CookieManager
- CookieSyncManager
- DateSorter
- GeolocationPermissions
- HttpAuthHandler
- JsPromptResult
- JsResult
- MimeTypeMap
- PermissionRequest
- ServiceWorkerClient
- ServiceWorkerController
- ServiceWorkerWebSettings
- SslErrorHandler
- URLUtil
- WebBackForwardList
- WebChromeClient
- WebChromeClient.FileChooserParams
- WebHistoryItem
- WebIconDatabase
- WebMessage
- WebMessagePort
- WebMessagePort.WebMessageCallback
- WebResourceError
- WebResourceResponse
- WebSettings
- WebStorage
- WebStorage.Origin
- WebView
- WebView.HitTestResult
- WebView.VisualStateCallback
- WebView.WebViewTransport
- WebViewClient
- WebViewDatabase
- WebViewFragment
Enums


