◆ V2TIMUserStatus()
◆ getUserID()
Get the identifier of status changed user
◆ getStatusType()
◆ getCustomStatus()
| String getCustomStatus |
( |
| ) |
|
|
inline |
◆ getOnlineDevices()
| List<String> getOnlineDevices |
( |
| ) |
|
|
inline |
Get custom online devices list
◆ setCustomStatus()
| void setCustomStatus |
( |
String |
customStatus | ) |
|
|
inline |
Set custom status
- Parameters
-
| customStatus | The maximum length of customStatus is 100 bytes. |
◆ V2TIM_USER_STATUS_UNKNOWN
| final int V2TIM_USER_STATUS_UNKNOWN = 0 |
|
static |
Unknown status
◆ V2TIM_USER_STATUS_ONLINE
| final int V2TIM_USER_STATUS_ONLINE = 1 |
|
static |
Online status
◆ V2TIM_USER_STATUS_OFFLINE
| final int V2TIM_USER_STATUS_OFFLINE = 2 |
|
static |
Offline status
◆ V2TIM_USER_STATUS_UNLOGINED
| final int V2TIM_USER_STATUS_UNLOGINED = 3 |
|
static |
Unlogined status (such as logout or registering)