Bidi.GetLevels Method
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.
Get an array of levels for each character.
[Android.Runtime.Register("getLevels", "()[B", "GetGetLevelsHandler", ApiSince=29)]
public virtual byte[]? GetLevels ();
[<Android.Runtime.Register("getLevels", "()[B", "GetGetLevelsHandler", ApiSince=29)>]
abstract member GetLevels : unit -> byte[]
override this.GetLevels : unit -> byte[]
Returns
The levels array for the text,
or null
if an error occurs.
- Attributes
Remarks
Get an array of levels for each character.
Note that this method may allocate memory under some circumstances, unlike getLevelAt()
.
Java documentation for android.icu.text.Bidi.getLevels()
.
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.