WebViewCompat.VisualStateCallback
public interface WebViewCompat.VisualStateCallback
Callback interface supplied to postVisualStateCallback for receiving notifications about the visual state.
Summary
Public methods |
|
|---|---|
abstract void |
@UiThreadInvoked when the visual state is ready to be drawn in the next |
Public methods
onComplete
Added in 1.1.0
@UiThread
abstract void onComplete(long requestId)
Invoked when the visual state is ready to be drawn in the next onDraw.
| Parameters | |
|---|---|
long requestId |
The identifier passed to |