MCPcopy Create free account
hub / github.com/Raj-m01/Android-Chat-App / setUserName

Method setUserName

app/src/main/java/models/UserModel.java:79–81  ·  view source on GitHub ↗
(String userName)

Source from the content-addressed store, hash-verified

77 }
78
79 public void setUserName(String userName) {
80 this.userName = userName;
81 }
82
83 public String getUserMail() {
84 return userMail;

Callers 1

onDataChangeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected