Share via


ContentInfo.SourceInputMethod Field

Definition

Caution

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

Specifies that the operation was triggered from the soft keyboard (also known as input method editor or IME).

[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

Field Value

Value = 2

Implements

Attributes

Remarks

Specifies that the operation was triggered from the soft keyboard (also known as input method editor or IME). See https://developer.android.com/guide/topics/text/image-keyboard for more info.

Java documentation for android.view.ContentInfo.SOURCE_INPUT_METHOD.

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