Added in API level 24

LabelType

class LabelType
kotlin.Any
   ↳ kotlin.Enum<android.icu.text.AlphabeticIndex.Bucket.LabelType>
   ↳ android.icu.text.AlphabeticIndex.Bucket.LabelType

Type of the label

Summary

Enum values

Inflow (between scripts)

Normal

Overflow (after the last)

Underflow (before the first)

Enum values

INFLOW

Added in API level 24
enum val INFLOW : AlphabeticIndex.Bucket.LabelType

Inflow (between scripts)

NORMAL

Added in API level 24
enum val NORMAL : AlphabeticIndex.Bucket.LabelType

Normal

OVERFLOW

Added in API level 24
enum val OVERFLOW : AlphabeticIndex.Bucket.LabelType

Overflow (after the last)

UNDERFLOW

Added in API level 24
enum val UNDERFLOW : AlphabeticIndex.Bucket.LabelType

Underflow (before the first)