Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
onDataChange
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected