Compartilhar via


DigitsKeyListener.Instance Property

Definition

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

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

Property Value

Attributes

Remarks

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

This member is deprecated. Use #getInstance(Locale) instead.

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