booster / com.didiglobal.booster.aapt2 / Resources / Type / Builder / setNameBytes

setNameBytes

fun setNameBytes(value: ByteString!): Builder!


        The name of the type. This corresponds to the 'type' part of a full resource name of the form
        package:type/entry. The set of legal type names is listed in Resource.cpp.
        
string name = 2;

Parameters

value - ByteString!: The bytes for name to set.

Return
Builder!: This builder for chaining.