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;
value
- Int: The enum numeric value on the wire for uiModeType to set.
Return
Builder!: This builder for chaining.