NIMQChatClient Class Reference
| Inherits from | NSObject |
|---|---|
| Declared in | NIMQChatClient.h |
os
客户端的操作系统信息,格式为
@property (nullable, nonatomic, copy, readonly) NSString *osDiscussion
客户端的操作系统信息,格式为
Declared In
NIMQChatClient.h
clientType
客户端类型。
@property (nonatomic, assign, readonly) NSInteger clientTypeDiscussion
客户端类型。
Declared In
NIMQChatClient.h
loginTime
登录时间
@property (nonatomic, assign, readonly) NSTimeInterval loginTimeDiscussion
登录时间
Declared In
NIMQChatClient.h
clientIp
客户端IP
@property (nullable, nonatomic, copy, readonly) NSString *clientIpDiscussion
客户端IP
Declared In
NIMQChatClient.h
clientPort
客户端端口
@property (nullable, nonatomic, copy, readonly) NSString *clientPortDiscussion
客户端端口
Declared In
NIMQChatClient.h
deviceId
客户端设备Id
@property (nullable, nonatomic, copy, readonly) NSString *deviceIdDiscussion
客户端设备Id
Declared In
NIMQChatClient.h
customTag
自定义customTag
@property (nullable, nonatomic, copy, readonly) NSString *customTagDiscussion
自定义customTag
Declared In
NIMQChatClient.h
customClientType
自定义ClientType
@property (nonatomic, assign, readonly) NSInteger customClientTypeDiscussion
自定义ClientType
Declared In
NIMQChatClient.h