Added in API level 24
UCharacterDirection
class UCharacterDirection : UCharacterEnums.ECharacterDirection
kotlin.Any | |
↳ | android.icu.lang.UCharacterDirection |
Enumerated Unicode character linguistic direction constants. Used as return results from UCharacter
This class is not subclassable
Summary
Public methods | |
---|---|
static String! |
Gets the name of the argument direction |
Public methods
toString
Added in API level 24
static fun toString(dir: Int): String!
Gets the name of the argument direction
Parameters | |
---|---|
dir |
Int: direction type to retrieve name |
Return | |
---|---|
String! |
directional name |