UserStatusInfo
Description
info
User online status details
- iOS
- Android
- Flutter
- uni-app
- Browser/Electron/MiniProgram
- React-Native
- Unity
UserStatusInfo
| Field Name | Field Type | Description |
|---|---|---|
| userID | String | User ID |
| status | Int | 0 means offline, 1 means online |
| platformIDs | List<int> | List of platform IDs where the user is online |
OIMUserStatusInfo
| Field Name | Field Type | Description |
|---|---|---|
| userID | NSString | User ID |
| status | NSInteger | 0 means offline, 1 means online |
| platformIDs | NSArray<OIMPlatform> | List of platform IDs where the user is online |
UsersOnlineStatus
| Field Name | Field Type | Description |
|---|---|---|
| userID | String | User ID |
| status | Int | 0 means offline, 1 means online |
| platformIDs | List | Platform IDs |
UserOnlineState
| Field Name | Field Type | Description |
|---|---|---|
| platformIDs | Platform[] | List of platforms where the user is online |
| status | number | 0 means offline, 1 means online |
| userID | string | User ID |
UserOnlineState
| Field Name | Field Type | Description |
|---|---|---|
| platformIDs | Platform[] | List of platforms where the user is online |
| status | number | 0 means offline, 1 means online |
| userID | string | User ID |
UserOnlineState
| Field Name | Field Type | Description |
|---|---|---|
| platformIDs | Platform[] | List of platforms where the user is online |
| status | number | 0 means offline, 1 means online |
| userID | string | User ID |
OnlineStatus
| Field Name | Field Type | Description |
|---|---|---|
| UserID | string | User ID |
| Status | int | 0 means offline, 1 means online |
| PlatformIDs | int[] | List of platform IDs where the user is online |