booster / com.didiglobal.booster.aapt2 / ConfigurationOuterClass / Configuration / Builder / setUiModeTypeValue

setUiModeTypeValue

fun setUiModeTypeValue(value: Int): Builder!


        Which type of UI mode the device is in (television, car, etc.).
        
.aapt.pb.Configuration.UiModeType ui_mode_type = 16;

Parameters

value - Int: The enum numeric value on the wire for uiModeType to set.

Return
Builder!: This builder for chaining.