WebViewCompat.VisualStateCallback
public interface WebViewCompat.VisualStateCallback
Callback interface supplied to postVisualStateCallback for receiving notifications about the visual state.
Summary
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.
