Share via


EditorBoundsInfo.Builder.Build Method

Definition

Returns EditorBoundsInfo using parameters in this EditorBoundsInfo.Builder.

[Android.Runtime.Register("build", "()Landroid/view/inputmethod/EditorBoundsInfo;", "", ApiSince=33)]
public Android.Views.InputMethods.EditorBoundsInfo Build ();
[<Android.Runtime.Register("build", "()Landroid/view/inputmethod/EditorBoundsInfo;", "", ApiSince=33)>]
member this.Build : unit -> Android.Views.InputMethods.EditorBoundsInfo

Returns

Attributes

Remarks

Returns EditorBoundsInfo using parameters in this EditorBoundsInfo.Builder.

Java documentation for android.view.inputmethod.EditorBoundsInfo.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