ViewTreeObserver.RegisterFrameCommitCallback(IRunnable) Method

Definition

Adds a frame commit callback.

[Android.Runtime.Register("registerFrameCommitCallback", "(Ljava/lang/Runnable;)V", "", ApiSince=29)]
public void RegisterFrameCommitCallback (Java.Lang.IRunnable callback);
[<Android.Runtime.Register("registerFrameCommitCallback", "(Ljava/lang/Runnable;)V", "", ApiSince=29)>]
member this.RegisterFrameCommitCallback : Java.Lang.IRunnable -> unit

Parameters

callback
IRunnable

The callback to invoke when the frame is committed.

Attributes

Remarks

Java documentation for android.view.ViewTreeObserver.registerFrameCommitCallback(java.lang.Runnable).

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