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