Companion

object Companion

Properties

Link copied to clipboard
const val ALPHANUM: Int = 0

Alpha/numeric token type

Link copied to clipboard
const val EMAIL: Int = 8

Email token type

Link copied to clipboard
const val EMOJI: Int = 9

Emoji token type.

Link copied to clipboard
const val HANGUL: Int = 6

Hangul token type

Link copied to clipboard
const val HIRAGANA: Int = 4

Hiragana token type

Link copied to clipboard
const val IDEOGRAPHIC: Int = 3

Ideographic token type

Link copied to clipboard
const val KATAKANA: Int = 5

Katakana token type

Link copied to clipboard

Absolute maximum sized token

Link copied to clipboard
const val NUM: Int = 1

Numeric token type

Link copied to clipboard
const val SOUTHEAST_ASIAN: Int = 2

Southeast Asian token type

Link copied to clipboard

String token types that correspond to token type int constants

Link copied to clipboard
const val URL: Int = 7

URL token type