DigitsKeyListener.Instance Property

Definition

Caution

deprecated

Returns a DigitsKeyListener that accepts the ASCII digits 0 through 9.

[System.Obsolete("deprecated")]
public static Android.Text.Method.DigitsKeyListener Instance { [Android.Runtime.Register("getInstance", "()Landroid/text/method/DigitsKeyListener;", "")] get; }
[<System.Obsolete("deprecated")>]
[<get: Android.Runtime.Register("getInstance", "()Landroid/text/method/DigitsKeyListener;", "")>]
member this.Instance : Android.Text.Method.DigitsKeyListener

Property Value

DigitsKeyListener
Attributes

Remarks

Java documentation for android.text.method.DigitsKeyListener.getInstance().

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