booster / com.didiglobal.booster.aapt2 / Resources / StyledString / Span / Builder / setTag

setTag

fun setTag(value: String!): Builder!


          The name of the tag, and its attributes, encoded as follows:
          tag_name;attr1=value1;attr2=value2;[...]
          
string tag = 1;

Parameters

value - String!: The tag to set.

Return
Builder!: This builder for chaining.