-
Notifications
You must be signed in to change notification settings - Fork 2
nim_def.msglog_def
- NIMNotificationId
- NIMMessageType
- NIMMessageFeature
- NIMMsgLogStatus
- NIMMsgLogSubStatus
- NIMMsgLogQueryRange
- NIMMsglogSearchDirection
- NIMMsglogQuerySource
- BoolStatus
- NIMFullTextSearchRule
- QueryMsgOnlineAsyncParam
- QueryMsgByKeywordOnlineParam
- MessageSetting
- IMMessageThreadInfo
- IMMessageRobotInfo
- IMMessage
- QueryMsgAsyncParam
- QueryThreadHistoryMsgAsyncParam
- FullTextSearchOnlineAsyncParam
- QueryMsglogResult
- DeleteMsglogSelfNotifyParam
- MessageStatusChangedResult
- MessageStatusChanged
- LogsBackupExportInfo
- LogsBackupImportInfo
- DeleteMsglogSelfNotifyItemInfo
- QueryMsgByOptionsAsyncParam
- GetMessagesResult
- NIMMsgLogAPI
- QueryMsgCallback
- GetMessagesDynamicallyCallback
- QuerySingleMsgCallback
- ModifyMultipleMsglogCallback
- ModifySingleMsglogCallback
- DBFunctionCallback
- DeleteMsglogSelfNotifyCallback
- DeleteHistoryMessagesNotifyCallback
- DeleteMessageSelfAsyncCallback
- MessageStatusChangedCallback
- ImportDbPrgCallback
- DeleteHistoryOnLineAsyncCallback
- DeleteHistoryOnLineAsyncExCallback
- QueryMessageIsThreadRootCallback
- QueryMessageOnlineCallback
- QueryThreadHistoryMsgCallback
- FullTextSearchOnlineAsyncCallback
Ƭ QueryMsgCallback: (rescode
: NIMResCode
, id
: string
, to_type
: NIMSessionType
, result
: QueryMsglogResult
) => void
▸ (rescode
, id
, to_type
, result
): void
Name | Type |
---|---|
rescode |
NIMResCode |
id |
string |
to_type |
NIMSessionType |
result |
QueryMsglogResult |
void
ts/nim_def/msglog_def.ts:358
Ƭ GetMessagesDynamicallyCallback: (result
: GetMessagesResult
) => void
▸ (result
): void
Name | Type |
---|---|
result |
GetMessagesResult |
void
ts/nim_def/msglog_def.ts:359
Ƭ QuerySingleMsgCallback: (rescode
: NIMResCode
, id
: string
, msg
: IMMessage
) => void
▸ (rescode
, id
, msg
): void
Name | Type |
---|---|
rescode |
NIMResCode |
id |
string |
msg |
IMMessage |
void
ts/nim_def/msglog_def.ts:360
Ƭ ModifyMultipleMsglogCallback: (rescode
: NIMResCode
, uid
: string
, to_type
: NIMSessionType
) => void
▸ (rescode
, uid
, to_type
): void
Name | Type |
---|---|
rescode |
NIMResCode |
uid |
string |
to_type |
NIMSessionType |
void
ts/nim_def/msglog_def.ts:361
Ƭ ModifySingleMsglogCallback: (rescode
: NIMResCode
, msg_id
: string
) => void
▸ (rescode
, msg_id
): void
Name | Type |
---|---|
rescode |
NIMResCode |
msg_id |
string |
void
ts/nim_def/msglog_def.ts:362
Ƭ DBFunctionCallback: (rescode
: NIMResCode
) => void
▸ (rescode
): void
Name | Type |
---|---|
rescode |
NIMResCode |
void
ts/nim_def/msglog_def.ts:363
Ƭ DeleteMsglogSelfNotifyCallback: (result
: DeleteMsglogSelfNotifyItemInfo
[]) => void
▸ (result
): void
Name | Type |
---|---|
result |
DeleteMsglogSelfNotifyItemInfo [] |
void
ts/nim_def/msglog_def.ts:364
Ƭ DeleteHistoryMessagesNotifyCallback: (result
: DeleteMsglogSelfNotifyParam
[]) => void
▸ (result
): void
Name | Type |
---|---|
result |
DeleteMsglogSelfNotifyParam [] |
void
ts/nim_def/msglog_def.ts:365
Ƭ DeleteMessageSelfAsyncCallback: (rescode
: NIMResCode
) => void
▸ (rescode
): void
Name | Type |
---|---|
rescode |
NIMResCode |
void
ts/nim_def/msglog_def.ts:366
Ƭ MessageStatusChangedCallback: (result
: MessageStatusChangedResult
) => void
▸ (result
): void
Name | Type |
---|---|
result |
MessageStatusChangedResult |
void
ts/nim_def/msglog_def.ts:367
Ƭ ImportDbPrgCallback: (importedCount
: number
, totalCount
: number
) => void
▸ (importedCount
, totalCount
): void
Name | Type |
---|---|
importedCount |
number |
totalCount |
number |
void
ts/nim_def/msglog_def.ts:368
Ƭ DeleteHistoryOnLineAsyncCallback: (rescode
: NIMResCode
, accid
: string
) => void
▸ (rescode
, accid
): void
Name | Type |
---|---|
rescode |
NIMResCode |
accid |
string |
void
ts/nim_def/msglog_def.ts:369
Ƭ DeleteHistoryOnLineAsyncExCallback: (rescode
: NIMResCode
, accid
: string
, to_type
: number
, timestamp
: number
, jsonExtension
: string
) => void
▸ (rescode
, accid
, to_type
, timestamp
, jsonExtension
): void
Name | Type |
---|---|
rescode |
NIMResCode |
accid |
string |
to_type |
number |
timestamp |
number |
jsonExtension |
string |
void
ts/nim_def/msglog_def.ts:370
Ƭ QueryMessageIsThreadRootCallback: (rescode
: NIMResCode
, client_id
: string
, is_root
: boolean
) => void
▸ (rescode
, client_id
, is_root
): void
Name | Type |
---|---|
rescode |
NIMResCode |
client_id |
string |
is_root |
boolean |
void
ts/nim_def/msglog_def.ts:371
Ƭ QueryMessageOnlineCallback: (rescode
: NIMResCode
, client_id
: string
, msg
: IMMessage
) => void
▸ (rescode
, client_id
, msg
): void
Name | Type |
---|---|
rescode |
NIMResCode |
client_id |
string |
msg |
IMMessage |
void
ts/nim_def/msglog_def.ts:372
Ƭ QueryThreadHistoryMsgCallback: (rescode
: NIMResCode
, root_msg
: IMMessage
, total
: number
, last_msg_time
: number
, msg_array
: IMMessage
[]) => void
▸ (rescode
, root_msg
, total
, last_msg_time
, msg_array
): void
Name | Type |
---|---|
rescode |
NIMResCode |
root_msg |
IMMessage |
total |
number |
last_msg_time |
number |
msg_array |
IMMessage [] |
void
ts/nim_def/msglog_def.ts:373
Ƭ FullTextSearchOnlineAsyncCallback: (rescode
: NIMResCode
, result
: QueryMsglogResult
) => void
▸ (rescode
, result
): void
Name | Type |
---|---|
rescode |
NIMResCode |
result |
QueryMsglogResult |
void
ts/nim_def/msglog_def.ts:380
- chatroom/chatroom
- chatroom_def/chatroom_def
- nim/client
- nim/data_sync
- nim/friend
- nim/global
- nim/msglog
- nim/nos
- nim/online_session
- nim/pass_through_proxy
- nim/plugin
- nim/session
- nim/subscribe_event
- nim/super_team
- nim/sysmsg
- nim/talk
- nim/talkex
- nim/team
- nim/tool
- nim/user
- nim_def/client_def
- nim_def/data_sync_def
- nim_def/doc_trans_def
- nim_def/friend_def
- nim_def/global_def
- nim_def/msglog_def
- nim_def/nos_def
- nim_def/online_session_def
- nim_def/pass_through_proxy_def
- nim_def/plugin_def
- nim_def/session_def
- nim_def/subscribe_event_def
- nim_def/super_team_def
- nim_def/sysmsg_def
- nim_def/talk_def
- nim_def/talkex_def
- nim_def/team_def
- nim_def/tool_def
- nim_def/user_def
- node-nim
- qchat/attachment
- qchat/channel
- qchat/channel_category
- qchat/instance
- qchat/message
- qchat/role
- qchat/server
- qchat/system_notification
- qchat_def/attachment_def
- qchat_def/channel_def
- qchat_def/instance_def
- qchat_def/message_def
- qchat_def/public_def
- qchat_def/role_def
- qchat_def/server_def
- qchat_def/system_notification_def