setSessionId method
Sets the current sessionId.
This is generated when a users logs in, or calls currentUser to update their keys
Implementation
void setSessionId(String sessionId) {
this.sessionId = sessionId;
}
Sets the current sessionId.
This is generated when a users logs in, or calls currentUser to update their keys
void setSessionId(String sessionId) {
this.sessionId = sessionId;
}