BidiClassifier.Context 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 the current classifier context. -or- Sets classifier context, which can be used either by a caller or callee for various purposes.
public virtual Java.Lang.Object? Context { [Android.Runtime.Register("getContext", "()Ljava/lang/Object;", "GetGetContextHandler", ApiSince=29)] get; [Android.Runtime.Register("setContext", "(Ljava/lang/Object;)V", "GetSetContext_Ljava_lang_Object_Handler", ApiSince=29)] set; }
[<get: Android.Runtime.Register("getContext", "()Ljava/lang/Object;", "GetGetContextHandler", ApiSince=29)>]
[<set: Android.Runtime.Register("setContext", "(Ljava/lang/Object;)V", "GetSetContext_Ljava_lang_Object_Handler", ApiSince=29)>]
member this.Context : Java.Lang.Object with get, set
Property Value
- Attributes
Remarks
Property getter documentation:
Returns the current classifier context.
Java documentation for android.icu.text.BidiClassifier.getContext()
.
Property setter documentation:
Sets classifier context, which can be used either by a caller or callee for various purposes.
Java documentation for android.icu.text.BidiClassifier.setContext(java.lang.Object)
.
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.