ViewStructure.HtmlInfo.Builder.Build Method

Definition

Builds the HtmlInfo object.

[Android.Runtime.Register("build", "()Landroid/view/ViewStructure$HtmlInfo;", "GetBuildHandler", ApiSince=26)]
public abstract Android.Views.ViewStructure.HtmlInfo? Build();
[<Android.Runtime.Register("build", "()Landroid/view/ViewStructure$HtmlInfo;", "GetBuildHandler", ApiSince=26)>]
abstract member Build : unit -> Android.Views.ViewStructure.HtmlInfo

Returns

The result of the build operation.

Attributes

Remarks

Java documentation for android.view.ViewStructure.HtmlInfo.Builder.build.

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