Android APIs
public static abstract class

WebView.VisualStateCallback

extends Object
java.lang.Object
   ↳ android.webkit.WebView.VisualStateCallback

Class Overview

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 onDraw(Canvas).
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public WebView.VisualStateCallback ()

Added in API level 23

Public Methods

public abstract void onComplete (long requestId)

Added in API level 23

Invoked when the visual state is ready to be drawn in the next onDraw(Canvas).

Parameters
requestId The identifier passed to postVisualStateCallback(long, WebView.VisualStateCallback) when this callback was posted.