Share via


TimeKeyListener.Characters Property

Definition

This field used to list the characters that were used.

[Android.Runtime.Register("CHARACTERS")]
public static System.Collections.Generic.IList<char>? Characters { get; }
[<Android.Runtime.Register("CHARACTERS")>]
static member Characters : System.Collections.Generic.IList<char>

Property Value

Attributes

Remarks

This field used to list the characters that were used. But is now a fixed data field that is the list of code units used for the deprecated case where the class is instantiated with null or no input parameter.

This member is deprecated. Use #getAcceptedChars() instead.

Java documentation for android.text.method.TimeKeyListener.CHARACTERS.

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

See also