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

setNavigationValue

fun setNavigationValue(value: Int): Builder!


        The type of navigation present on the device
        (trackball, wheel, dpad, etc.).
        
.aapt.pb.Configuration.Navigation navigation = 23;

Parameters

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

Return
Builder!: This builder for chaining.