public class ChatPreferences extends Object
Constructor and Description |
---|
ChatPreferences(Context ctx) |
Modifier and Type | Method and Description |
---|---|
String |
getJid()
This function returns current user jid.
|
User |
getUser()
This function returns a current user.
|
boolean |
isUserRegister()
This function use to verify if the user register in chat server.
|
public String getJid()
public boolean isUserRegister()
public User getUser()