WebViewCompat.VisualStateCallback

public interface WebViewCompat.VisualStateCallback


Callback interface supplied to postVisualStateCallback for receiving notifications about the visual state.

Summary

Public methods

abstract void
@UiThread
onComplete(long requestId)

Invoked when the visual state is ready to be drawn in the next onDraw.

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 postVisualStateCallback when this callback was posted.