Bidi.MaxExplicitLevel Field
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.
Maximum explicit embedding level.
[Android.Runtime.Register("MAX_EXPLICIT_LEVEL", ApiSince=29)]
public const sbyte MaxExplicitLevel = 125;
[<Android.Runtime.Register("MAX_EXPLICIT_LEVEL", ApiSince=29)>]
val mutable MaxExplicitLevel : sbyte
Field Value
Value = 125- Attributes
Remarks
Maximum explicit embedding level. Same as the max_depth value in the Unicode Bidirectional Algorithm. (The maximum resolved level can be up to MAX_EXPLICIT_LEVEL+1
).
Java documentation for android.icu.text.Bidi.MAX_EXPLICIT_LEVEL
.
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.