MCPcopy Index your code
hub / github.com/Raj-m01/Android-Chat-App / getUserName

Method getUserName

app/src/main/java/models/UserModel.java:75–77  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

73 }
74
75 public String getUserName() {
76 return userName;
77 }
78
79 public void setUserName(String userName) {
80 this.userName = userName;

Callers 2

onBindViewHolderMethod · 0.80
onItemClickMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected