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