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

UiModeType

class UiModeType : ProtocolMessageEnum

Protobuf enum aapt.pb.Configuration.UiModeType

Enum Values

UI_MODE_TYPE_UNSET

UI_MODE_TYPE_NORMAL

UI_MODE_TYPE_DESK

UI_MODE_TYPE_CAR

UI_MODE_TYPE_TELEVISION

UI_MODE_TYPE_APPLIANCE

UI_MODE_TYPE_WATCH

UI_MODE_TYPE_VRHEADSET

UNRECOGNIZED

Properties

UI_MODE_TYPE_APPLIANCE_VALUE

UI_MODE_TYPE_APPLIANCE = 5;

static val UI_MODE_TYPE_APPLIANCE_VALUE: Int

UI_MODE_TYPE_CAR_VALUE

UI_MODE_TYPE_CAR = 3;

static val UI_MODE_TYPE_CAR_VALUE: Int

UI_MODE_TYPE_DESK_VALUE

UI_MODE_TYPE_DESK = 2;

static val UI_MODE_TYPE_DESK_VALUE: Int

UI_MODE_TYPE_NORMAL_VALUE

UI_MODE_TYPE_NORMAL = 1;

static val UI_MODE_TYPE_NORMAL_VALUE: Int

UI_MODE_TYPE_TELEVISION_VALUE

UI_MODE_TYPE_TELEVISION = 4;

static val UI_MODE_TYPE_TELEVISION_VALUE: Int

UI_MODE_TYPE_UNSET_VALUE

UI_MODE_TYPE_UNSET = 0;

static val UI_MODE_TYPE_UNSET_VALUE: Int

UI_MODE_TYPE_VRHEADSET_VALUE

UI_MODE_TYPE_VRHEADSET = 7;

static val UI_MODE_TYPE_VRHEADSET_VALUE: Int

UI_MODE_TYPE_WATCH_VALUE

UI_MODE_TYPE_WATCH = 6;

static val UI_MODE_TYPE_WATCH_VALUE: Int

Functions

forNumber

static fun forNumber(value: Int): UiModeType!

getDescriptor

static fun getDescriptor(): EnumDescriptor!

getDescriptorForType

fun getDescriptorForType(): EnumDescriptor!

getNumber

fun getNumber(): Int

getValueDescriptor

fun getValueDescriptor(): EnumValueDescriptor!

internalGetValueMap

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

valueOf

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