|
enum | NIM.Session.NIMSessionType { NIM.Session.kNIMSessionTypeP2P = 0
, NIM.Session.kNIMSessionTypeTeam = 1
} |
| 会话类型 更多...
|
|
enum | NIM.Messagelog.NIMMsgLogStatus {
NIM.Messagelog.kNIMMsgLogStatusNone = 0
, NIM.Messagelog.kNIMMsgLogStatusUnread = 1
, NIM.Messagelog.kNIMMsgLogStatusRead = 2
, NIM.Messagelog.kNIMMsgLogStatusDeleted = 3
,
NIM.Messagelog.kNIMMsgLogStatusSending = 4
, NIM.Messagelog.kNIMMsgLogStatusSendFailed = 5
, NIM.Messagelog.kNIMMsgLogStatusSent = 6
, NIM.Messagelog.kNIMMsgLogStatusReceipt = 7
,
NIM.Messagelog.kNIMMsgLogStatusDraft = 8
, NIM.Messagelog.kNIMMsgLogStatusSendCancel = 9
, NIM.Messagelog.kNIMMsgLogStatusRefused = 10
} |
|
enum | NIM.Messagelog.NIMMsgLogSubStatus { NIM.Messagelog.kNIMMsgLogSubStatusNone = 0
, NIM.Messagelog.kNIMMsgLogSubStatusNotPlaying = 20
, NIM.Messagelog.kNIMMsgLogSubStatusPlayed = 21
} |
| 消息子状态 更多...
|
|
enum | NIM.Messagelog.NIMMsgLogQueryRange {
NIM.Messagelog.kNIMMsgLogQueryRangeP2P = 0
, NIM.Messagelog.kNIMMsgLogQueryRangeTeam = 1
, NIM.Messagelog.kNIMMsgLogQueryRangeAll = 100
, NIM.Messagelog.kNIMMsgLogQueryRangeAllP2P = 101
,
NIM.Messagelog.kNIMMsgLogQueryRangeAllTeam = 102
, NIM.Messagelog.kNIMMsgLogQueryRangeUnknown = 200
} |
| 消息历史的检索范围 更多...
|
|
enum | MsglogSearchDirection { kForward = 0
, kBackward = 1
, kBothway = 2
} |
|
enum | NIM.Messagelog.NIMMsglogQuerySource { NIM.Messagelog.kNIMMsglogQuerySourceLocal = 0
, NIM.Messagelog.kNIMMsglogQuerySourceServer = 1
} |
| 消息历史查询来源 更多...
|
|