Added in API level 24

BidiPairedBracketType


interface 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

Discover the latest app development tools, platform updates, training, and documentation for developers across every Android device.

Updated Apr 4, 2024