TextBoundsInfoResult.CodeUnsupported Field

Definition

Caution

This constant will be removed in the future version. Use Android.Views.InputMethods.TextBoundsInfoResultCode enum directly instead of this field.

Result for InputConnection#requestTextBoundsInfo(RectF, Executor, Consumer) when the editor doesn't implement the method.

[Android.Runtime.Register("CODE_UNSUPPORTED", ApiSince=34)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Views.InputMethods.TextBoundsInfoResultCode enum directly instead of this field.", true)]
public const Android.Views.InputMethods.TextBoundsInfoResultCode CodeUnsupported = 0;
[<Android.Runtime.Register("CODE_UNSUPPORTED", ApiSince=34)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Views.InputMethods.TextBoundsInfoResultCode enum directly instead of this field.", true)>]
val mutable CodeUnsupported : Android.Views.InputMethods.TextBoundsInfoResultCode

Field Value

Value = 0
Attributes

Remarks

Result for InputConnection#requestTextBoundsInfo(RectF, Executor, Consumer) when the editor doesn't implement the method.

Java documentation for android.view.inputmethod.TextBoundsInfoResult.CODE_UNSUPPORTED.

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