Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Raj-m01/Android-Chat-App
/ getToken
Method
getToken
app/src/main/java/models/UserModel.java:43–45 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
41
}
42
43
public
String getToken() {
44
return
token;
45
}
46
47
public
void
setToken(String token) {
48
this.token = token;
Callers
1
onItemClick
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected