-
Notifications
You must be signed in to change notification settings - Fork 2
nim_def.talkex_def.NIMTalkExAPI
nim_def/talkex_def.NIMTalkExAPI
- InitEventHandlers
- AddCollect
- RemoveCollects
- UpdateCollectExt
- QueryCollectList
- AddQuickComment
- RemoveQuickComment
- QueryQuickCommentList
- AddPinMessage
- UnPinMessage
- UpdatePinMessage
- QueryAllPinMessage
▸ InitEventHandlers(): void
void
ts/nim_def/talkex_def.ts:115
▸ AddCollect(collect_info
, cb
): void
Name | Type |
---|---|
collect_info |
CollectInfo |
cb |
null | AddCollectCallback
|
void
ts/nim_def/talkex_def.ts:117
▸ RemoveCollects(collect_list
, cb
): void
Name | Type |
---|---|
collect_list |
RemoveCollectsParm |
cb |
null | RemoveCollectsCallback
|
void
ts/nim_def/talkex_def.ts:119
▸ UpdateCollectExt(collect_match_param
, ext
, cb
): void
Name | Type |
---|---|
collect_match_param |
MatchCollectParm |
ext |
string |
cb |
null | UpdateCollectCallback
|
void
ts/nim_def/talkex_def.ts:121
▸ QueryCollectList(query_collect_list_param
, cb
): void
Name | Type |
---|---|
query_collect_list_param |
QueryCollectsParm |
cb |
null | QueryCollectsCallback
|
void
ts/nim_def/talkex_def.ts:123
▸ AddQuickComment(msg
, info
, cb
): void
Name | Type |
---|---|
msg |
IMMessage |
info |
QuickCommentInfo |
cb |
null | AddQuickCommentCallback
|
void
ts/nim_def/talkex_def.ts:126
▸ RemoveQuickComment(msg
, param
, cb
): void
Name | Type |
---|---|
msg |
IMMessage |
param |
RemoveQuickCommentParam |
cb |
null | RemoveQuickCommentCallback
|
void
ts/nim_def/talkex_def.ts:128
▸ QueryQuickCommentList(query_param
, cb
): void
Name | Type |
---|---|
query_param |
QueryQuickCommentsParam |
cb |
null | QueryQuickCommentCallback
|
void
ts/nim_def/talkex_def.ts:130
▸ AddPinMessage(msg
, info
, cb
): void
Name | Type |
---|---|
msg |
IMMessage |
info |
PinMessageInfo |
cb |
null | PinMessageCallback
|
void
ts/nim_def/talkex_def.ts:133
▸ UnPinMessage(modify_param
, cb
): void
Name | Type |
---|---|
modify_param |
ModifyPinMessageParam |
cb |
null | UnPinMessageCallback
|
void
ts/nim_def/talkex_def.ts:135
▸ UpdatePinMessage(modify_param
, cb
): void
Name | Type |
---|---|
modify_param |
ModifyPinMessageParam |
cb |
null | UpdatePinMessageCallback
|
void
ts/nim_def/talkex_def.ts:137
▸ QueryAllPinMessage(session
, to_type
, cb
): void
Name | Type |
---|---|
session |
string |
to_type |
number |
cb |
null | QueryPinMessageCallback
|
void
ts/nim_def/talkex_def.ts:139
- 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