Added in API level 24

BidiPairedBracketType

interface BidiPairedBracketType
android.icu.lang.UCharacter.BidiPairedBracketType

Bidi Paired Bracket Type constants.

Summary

Constants
static Int

Close paired bracket.

static Int

Not a paired bracket.

static Int

Open paired bracket.

Constants

CLOSE

Added in API level 24
static val CLOSE: Int

Close paired bracket.

Value: 2

NONE

Added in API level 24
static val NONE: Int

Not a paired bracket.

Value: 0

OPEN

Added in API level 24
static val OPEN: Int

Open paired bracket.

Value: 1