Freigeben über


TextBoundsInfoResult.CodeFailed 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 InputConnection#requestTextBoundsInfo(RectF, Executor, Consumer) den Fehler der Anforderung.

[Android.Runtime.Register("CODE_FAILED", 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 CodeFailed = 2;
[<Android.Runtime.Register("CODE_FAILED", 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 CodeFailed : Android.Views.InputMethods.TextBoundsInfoResultCode

Feldwert

Value = 2
Attribute

Hinweise

Ergebnis für InputConnection#requestTextBoundsInfo(RectF, Executor, Consumer) den Fehler der Anforderung. Dieser Ergebniscode wird zurückgegeben, wenn der Editor keinen gültigen TextBoundsInfoCode bereitstellen kann. (z. B. Die Editoransicht ist nicht angeordnet.)

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

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: