public class Account extends Object
It holds information about the account that the chat was connected to. In particular it holds information about account availability status.
Account.Status
Modifier and Type | Class and Description |
---|---|
static class |
Account.Status
Definition of account status enum value.
|
Constructor and Description |
---|
Account() |
public Account.Status getStatus()
Described in Account.Status