# Print output for @column tags ?>
public
static
abstract
class
WebView.VisualStateCallback
extends Object
java.lang.Object | |
↳ | android.webkit.WebView.VisualStateCallback |
Callback interface supplied to WebView.postVisualStateCallback(long, WebView.VisualStateCallback)
for receiving
notifications about the visual state.
Public constructors | |
---|---|
VisualStateCallback()
|
Public methods | |
---|---|
abstract
void
|
onComplete(long requestId)
Invoked when the visual state is ready to be drawn in the next |
Inherited methods | |
---|---|
public VisualStateCallback ()
public abstract void onComplete (long requestId)
Invoked when the visual state is ready to be drawn in the next WebView.onDraw(Canvas)
.
Parameters | |
---|---|
requestId |
long : The identifier passed to WebView.postVisualStateCallback(long, WebView.VisualStateCallback) when this
callback was posted. |