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

Method getUserMail

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

Source from the content-addressed store, hash-verified

81 }
82
83 public String getUserMail() {
84 return userMail;
85 }
86
87 public void setUserMail(String userMail) {
88 this.userMail = userMail;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected