ViewStructure.AsyncCommit Method

Definition

Call when done populating a ViewStructure returned by #asyncNewChild.

[Android.Runtime.Register("asyncCommit", "()V", "GetAsyncCommitHandler", ApiSince=23)]
public abstract void AsyncCommit ();
[<Android.Runtime.Register("asyncCommit", "()V", "GetAsyncCommitHandler", ApiSince=23)>]
abstract member AsyncCommit : unit -> unit
Attributes

Remarks

Call when done populating a ViewStructure returned by #asyncNewChild.

Java documentation for android.view.ViewStructure.asyncCommit().

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