booster / com.didiglobal.booster.aapt2 / Resources / Attribute / Builder / setMaxInt

setMaxInt

fun setMaxInt(value: Int): Builder!


        The largest integer allowed for this XML attribute. Only makes sense if the format includes
        FormatFlags::INTEGER.
        
int32 max_int = 3;

Parameters

value - Int: The maxInt to set.

Return
Builder!: This builder for chaining.