| java.lang.Object | |
| ↳ | android.webkit.WebView.VisualStateCallback |
Callback interface supplied to postVisualStateCallback(long, WebView.VisualStateCallback) for receiving
notifications about the visual state.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Invoked when the visual state is ready to be drawn in the next
onDraw(Canvas).
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Invoked when the visual state is ready to be drawn in the next onDraw(Canvas).
| requestId | The identifier passed to postVisualStateCallback(long, WebView.VisualStateCallback) when this
callback was posted.
|
|---|