TextBoundsInfoResult.ResultCode Property

Definition

Return the result code of the InputConnection#requestTextBoundsInfo(RectF, Executor, Consumer) call.

public Android.Views.InputMethods.TextBoundsInfoResultCode ResultCode { [Android.Runtime.Register("getResultCode", "()I", "", ApiSince=34)] get; }
[<get: Android.Runtime.Register("getResultCode", "()I", "", ApiSince=34)>]
member this.ResultCode : Android.Views.InputMethods.TextBoundsInfoResultCode

Property Value

Attributes

Remarks

Return the result code of the InputConnection#requestTextBoundsInfo(RectF, Executor, Consumer) call. Its value is one of the #CODE_UNSUPPORTED, #CODE_SUCCESS, #CODE_FAILED and #CODE_CANCELLED.

Java documentation for android.view.inputmethod.TextBoundsInfoResult.getResultCode().

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