Freigeben über


ContentInfo.SourceInputMethod Feld

Definition

Achtung

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

Gibt an, dass der Vorgang von der soften Tastatur (auch als Eingabemethoden-Editor oder IME bezeichnet) ausgelöst wurde.

[Android.Runtime.Register("SOURCE_INPUT_METHOD", ApiSince=31)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Views.ContentInfoSource enum directly instead of this field.", true)]
public const Android.Views.ContentInfoSource SourceInputMethod = 2;
[<Android.Runtime.Register("SOURCE_INPUT_METHOD", ApiSince=31)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Views.ContentInfoSource enum directly instead of this field.", true)>]
val mutable SourceInputMethod : Android.Views.ContentInfoSource

Feldwert

Value = 2

Implementiert

Attribute

Hinweise

Gibt an, dass der Vorgang von der soften Tastatur (auch als Eingabemethoden-Editor oder IME bezeichnet) ausgelöst wurde. Weitere Informationen finden Sie unter https://developer.android.com/guide/topics/text/image-keyboard.

Java-Dokumentation für android.view.ContentInfo.SOURCE_INPUT_METHOD.

Teile dieser Seite sind Änderungen, die auf Arbeiten basieren, die vom Android Open Source Project erstellt und freigegeben wurden und gemäß den In der Attribution License beschriebenen Begriffen verwendet werden.

Gilt für: