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

Method setUserMail

app/src/main/java/models/UserModel.java:87–89  ·  view source on GitHub ↗
(String userMail)

Source from the content-addressed store, hash-verified

85 }
86
87 public void setUserMail(String userMail) {
88 this.userMail = userMail;
89 }
90
91 public String getUserId() {
92 return userId;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected