DateKeyListener.Characters Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.DateKeyListener.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.