WebView.VisualStateCallback.OnComplete(Int64) Method

Definition

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

[Android.Runtime.Register("onComplete", "(J)V", "GetOnComplete_JHandler", ApiSince=23)]
public abstract void OnComplete (long requestId);
[<Android.Runtime.Register("onComplete", "(J)V", "GetOnComplete_JHandler", ApiSince=23)>]
abstract member OnComplete : int64 -> unit

Parameters

requestId
Int64

The identifier passed to #postVisualStateCallback when this callback was posted.

Attributes

Remarks

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

Java documentation for android.webkit.WebView.VisualStateCallback.onComplete(long).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to