fun setOrientationValue(value: Int): Builder!
Which orientation the device is in (portrait, landscape).
.aapt.pb.Configuration.Orientation orientation = 15;
value
- Int: The enum numeric value on the wire for orientation to set.
Return
Builder!: This builder for chaining.