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

setFormatFlags

fun setFormatFlags(value: Int): Builder!


        A bitmask of types that this XML attribute accepts. Corresponds to the flags in the
        enum FormatFlags.
        
uint32 format_flags = 1;

Parameters

value - Int: The formatFlags to set.

Return
Builder!: This builder for chaining.