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

Method setUserId

app/src/main/java/models/UserModel.java:95–97  ·  view source on GitHub ↗
(String userId)

Source from the content-addressed store, hash-verified

93 }
94
95 public void setUserId(String userId) {
96 this.userId = userId;
97 }
98
99 public String getUserPassword() {
100 return userPassword;

Callers 2

onDataChangeMethod · 0.95
onDataChangeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected