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

setScreenLayoutSizeValue

fun setScreenLayoutSizeValue(value: Int): Builder!


        Whether the device screen is classified as small, normal, large, xlarge.
        
.aapt.pb.Configuration.ScreenLayoutSize screen_layout_size = 10;

Parameters

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

Return
Builder!: This builder for chaining.