Transliterator.AvailableIDs 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.
Returns an enumeration over the programmatic names of registered
Transliterator
objects.
public static Java.Util.IEnumeration? AvailableIDs { [Android.Runtime.Register("getAvailableIDs", "()Ljava/util/Enumeration;", "", ApiSince=29)] get; }
[<get: Android.Runtime.Register("getAvailableIDs", "()Ljava/util/Enumeration;", "", ApiSince=29)>]
static member AvailableIDs : Java.Util.IEnumeration
Property Value
An Enumeration
over String
objects
- Attributes
Remarks
Returns an enumeration over the programmatic names of registered Transliterator
objects. This includes both system transliterators and user transliterators registered using registerClass()
. The enumerated names may be passed to getInstance()
.
Java documentation for android.icu.text.Transliterator.getAvailableIDs()
.
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.