IMSDK
IM features a comprehensive suite of solutions including global access, one-to-one chat, group chat, message push, profile and relationship chain hosting, and account authentication. It also provides complete app access and backend management APIs.
V2TIMUserStatus

Properties

NSString * userID
 
V2TIMUserStatusType statusType
 
NSString * customStatus
 
NSMutableArray< NSString * > * onlineDevices
 

Property Documentation

◆ userID

- (NSString*) userID
readnonatomiccopy

The identifier of status changed user.

◆ statusType

- (V2TIMUserStatusType) statusType
readnonatomicassign

The status of user.

◆ customStatus

- (NSString*) customStatus
readwritenonatomiccopy

Custom status, The maximum length of customStatus is 50 bytes.

◆ onlineDevices

- (NSMutableArray<NSString *>*) onlineDevices
readnonatomicstrong

Custom online devices.