public abstract static class WebView.VisualStateCallback extends Object
WebView.postVisualStateCallback(long, android.webkit.WebView.VisualStateCallback)
for receiving
notifications about the visual state.Constructor and Description |
---|
VisualStateCallback() |
Modifier and Type | Method and Description |
---|---|
abstract void |
onComplete(long requestId)
Invoked when the visual state is ready to be drawn in the next
WebView.onDraw(android.graphics.Canvas) . |
public abstract void onComplete(long requestId)
WebView.onDraw(android.graphics.Canvas)
.requestId
- The identifier passed to WebView.postVisualStateCallback(long, android.webkit.WebView.VisualStateCallback)
when this
callback was posted.