booster / com.didiglobal.booster.aapt2 / ConfigurationOuterClass / Configuration / Keyboard

Keyboard

class Keyboard : ProtocolMessageEnum

Protobuf enum aapt.pb.Configuration.Keyboard

Enum Values

KEYBOARD_UNSET

KEYBOARD_NOKEYS

KEYBOARD_QWERTY

KEYBOARD_TWELVEKEY

UNRECOGNIZED

Properties

KEYBOARD_NOKEYS_VALUE

KEYBOARD_NOKEYS = 1;

static val KEYBOARD_NOKEYS_VALUE: Int

KEYBOARD_QWERTY_VALUE

KEYBOARD_QWERTY = 2;

static val KEYBOARD_QWERTY_VALUE: Int

KEYBOARD_TWELVEKEY_VALUE

KEYBOARD_TWELVEKEY = 3;

static val KEYBOARD_TWELVEKEY_VALUE: Int

KEYBOARD_UNSET_VALUE

KEYBOARD_UNSET = 0;

static val KEYBOARD_UNSET_VALUE: Int

Functions

forNumber

static fun forNumber(value: Int): Keyboard!

getDescriptor

static fun getDescriptor(): EnumDescriptor!

getDescriptorForType

fun getDescriptorForType(): EnumDescriptor!

getNumber

fun getNumber(): Int

getValueDescriptor

fun getValueDescriptor(): EnumValueDescriptor!

internalGetValueMap

static fun internalGetValueMap(): EnumLiteMap<Keyboard!>!

valueOf

static fun valueOf(value: Int): Keyboard!
static fun valueOf(desc: EnumValueDescriptor!): Keyboard!