MCPcopy Create free account
hub / github.com/MrFuFuFu/RxFace / setAttribute

Method setAttribute

sdk_unuse/PostParameters.java:88–91  ·  view source on GitHub ↗

attribute = gender | age | race | all | none @param type @return this

(String type)

Source from the content-addressed store, hash-verified

86 * @return this
87 */
88 public PostParameters setAttribute(String type){
89 addString("attribute", type);
90 return this;
91 }
92
93 /**
94 * tag=...

Callers

nothing calls this directly

Calls 1

addStringMethod · 0.95

Tested by

no test coverage detected