Freigeben über


TextBoundsInfoResult.CodeUnsupported Feld

Definition

Achtung

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

Ergebnis für den Zeitpunkt, zu InputConnection#requestTextBoundsInfo(RectF, Executor, Consumer) dem der Editor die Methode nicht implementiert.

[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

Feldwert

Value = 0
Attribute

Hinweise

Ergebnis für den Zeitpunkt, zu InputConnection#requestTextBoundsInfo(RectF, Executor, Consumer) dem der Editor die Methode nicht implementiert.

Java-Dokumentation für android.view.inputmethod.TextBoundsInfoResult.CODE_UNSUPPORTED.

Teile dieser Seite sind Änderungen auf der Grundlage von Arbeiten, die vom Android Open Source-Projekt erstellt und freigegeben werden und gemäß den in der Creative Commons 2.5 Attribution License beschriebenen Begriffen verwendet werden.

Gilt für: