class Keyboard : ProtocolMessageEnum
Protobuf enum aapt.pb.Configuration.Keyboard
KEYBOARD_UNSET |
|
KEYBOARD_NOKEYS |
|
KEYBOARD_QWERTY |
|
KEYBOARD_TWELVEKEY |
|
UNRECOGNIZED |
KEYBOARD_NOKEYS_VALUE |
static val KEYBOARD_NOKEYS_VALUE: Int |
KEYBOARD_QWERTY_VALUE |
static val KEYBOARD_QWERTY_VALUE: Int |
KEYBOARD_TWELVEKEY_VALUE |
static val KEYBOARD_TWELVEKEY_VALUE: Int |
KEYBOARD_UNSET_VALUE |
static val KEYBOARD_UNSET_VALUE: Int |
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! |