Bidi.CustomClassifier 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.
Gets the current custom class classifier used for Bidi class determination. -or- Set a custom Bidi classifier used by the UBA implementation for Bidi class determination.
public virtual Android.Icu.Text.BidiClassifier? CustomClassifier { [Android.Runtime.Register("getCustomClassifier", "()Landroid/icu/text/BidiClassifier;", "GetGetCustomClassifierHandler", ApiSince=29)] get; [Android.Runtime.Register("setCustomClassifier", "(Landroid/icu/text/BidiClassifier;)V", "GetSetCustomClassifier_Landroid_icu_text_BidiClassifier_Handler", ApiSince=29)] set; }
[<get: Android.Runtime.Register("getCustomClassifier", "()Landroid/icu/text/BidiClassifier;", "GetGetCustomClassifierHandler", ApiSince=29)>]
[<set: Android.Runtime.Register("setCustomClassifier", "(Landroid/icu/text/BidiClassifier;)V", "GetSetCustomClassifier_Landroid_icu_text_BidiClassifier_Handler", ApiSince=29)>]
member this.CustomClassifier : Android.Icu.Text.BidiClassifier with get, set
Property Value
An instance of class BidiClassifier
- Attributes
Remarks
Property getter documentation:
Gets the current custom class classifier used for Bidi class determination.
Java documentation for android.icu.text.Bidi.getCustomClassifier()
.
Property setter documentation:
Set a custom Bidi classifier used by the UBA implementation for Bidi class determination.
Java documentation for android.icu.text.Bidi.setCustomClassifier(android.icu.text.BidiClassifier)
.
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.