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