QwertyKeyListener.InstanceForFullKeyboard Property

Definition

Gets an instance of the listener suitable for use with full keyboards.

public static Android.Text.Method.QwertyKeyListener? InstanceForFullKeyboard { [Android.Runtime.Register("getInstanceForFullKeyboard", "()Landroid/text/method/QwertyKeyListener;", "")] get; }
[<get: Android.Runtime.Register("getInstanceForFullKeyboard", "()Landroid/text/method/QwertyKeyListener;", "")>]
static member InstanceForFullKeyboard : Android.Text.Method.QwertyKeyListener

Property Value

Attributes

Remarks

Gets an instance of the listener suitable for use with full keyboards. Disables auto-capitalization, auto-text and long-press initiated on-screen character pickers.

Java documentation for android.text.method.QwertyKeyListener.getInstanceForFullKeyboard().

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