-
Notifications
You must be signed in to change notification settings - Fork 2
nim_def.talkex_def
- CollectInfo
- CollectInfoList
- RemoveCollectsParm
- MatchCollectParm
- QueryCollectsParm
- QuickCommentInfo
- RemoveQuickCommentParam
- QueryQuickCommentsParam
- QueryQuickCommentsResponseItem
- QueryQuickCommentsResponse
- PinMessageInfo
- ModifyPinMessageParam
- QueryAllPinMessageResponse
- NIMTalkExAPI
- AddCollectCallback
- RemoveCollectsCallback
- UpdateCollectCallback
- QueryCollectsCallback
- AddQuickCommentCallback
- RemoveQuickCommentCallback
- QueryQuickCommentCallback
- AddQuickCommentNotifyCallback
- RemoveQuickCommentNotifyCallback
- PinMessageCallback
- UnPinMessageCallback
- UpdatePinMessageCallback
- QueryPinMessageCallback
- AddPinMessageNotifyCallback
- UnPinMessageNotifyCallback
- UpdatePinMessageNotifyCallback
Ƭ AddCollectCallback: (rescode
: NIMResCode
, info
: CollectInfo
) => void
▸ (rescode
, info
): void
Name | Type |
---|---|
rescode |
NIMResCode |
info |
CollectInfo |
void
ts/nim_def/talkex_def.ts:97
Ƭ RemoveCollectsCallback: (rescode
: NIMResCode
, count
: number
) => void
▸ (rescode
, count
): void
Name | Type |
---|---|
rescode |
NIMResCode |
count |
number |
void
ts/nim_def/talkex_def.ts:98
Ƭ UpdateCollectCallback: (rescode
: NIMResCode
, info
: CollectInfo
) => void
▸ (rescode
, info
): void
Name | Type |
---|---|
rescode |
NIMResCode |
info |
CollectInfo |
void
ts/nim_def/talkex_def.ts:99
Ƭ QueryCollectsCallback: (rescode
: NIMResCode
, count
: number
, info
: CollectInfoList
) => void
▸ (rescode
, count
, info
): void
Name | Type |
---|---|
rescode |
NIMResCode |
count |
number |
info |
CollectInfoList |
void
ts/nim_def/talkex_def.ts:100
Ƭ AddQuickCommentCallback: (rescode
: NIMResCode
, info
: QuickCommentInfo
) => void
▸ (rescode
, info
): void
Name | Type |
---|---|
rescode |
NIMResCode |
info |
QuickCommentInfo |
void
ts/nim_def/talkex_def.ts:101
Ƭ RemoveQuickCommentCallback: (rescode
: NIMResCode
, id
: string
) => void
▸ (rescode
, id
): void
Name | Type |
---|---|
rescode |
NIMResCode |
id |
string |
void
ts/nim_def/talkex_def.ts:102
Ƭ QueryQuickCommentCallback: (rescode
: NIMResCode
, res
: QueryQuickCommentsResponse
) => void
▸ (rescode
, res
): void
Name | Type |
---|---|
rescode |
NIMResCode |
res |
QueryQuickCommentsResponse |
void
ts/nim_def/talkex_def.ts:103
Ƭ AddQuickCommentNotifyCallback: (session
: string
, to_type
: NIMSessionType
, msg_client_id
: string
, qc_info
: QuickCommentInfo
) => void
▸ (session
, to_type
, msg_client_id
, qc_info
): void
Name | Type |
---|---|
session |
string |
to_type |
NIMSessionType |
msg_client_id |
string |
qc_info |
QuickCommentInfo |
void
ts/nim_def/talkex_def.ts:104
Ƭ RemoveQuickCommentNotifyCallback: (session
: string
, to_type
: NIMSessionType
, msg_client_id
: string
, quick_comment_id
: string
, ext
: string
) => void
▸ (session
, to_type
, msg_client_id
, quick_comment_id
, ext
): void
Name | Type |
---|---|
session |
string |
to_type |
NIMSessionType |
msg_client_id |
string |
quick_comment_id |
string |
ext |
string |
void
ts/nim_def/talkex_def.ts:105
Ƭ PinMessageCallback: (rescode
: NIMResCode
, session
: string
, to_type
: number
, info
: PinMessageInfo
) => void
▸ (rescode
, session
, to_type
, info
): void
Name | Type |
---|---|
rescode |
NIMResCode |
session |
string |
to_type |
number |
info |
PinMessageInfo |
void
ts/nim_def/talkex_def.ts:106
Ƭ UnPinMessageCallback: (rescode
: NIMResCode
, session
: string
, to_type
: number
, id
: string
) => void
▸ (rescode
, session
, to_type
, id
): void
Name | Type |
---|---|
rescode |
NIMResCode |
session |
string |
to_type |
number |
id |
string |
void
ts/nim_def/talkex_def.ts:107
Ƭ UpdatePinMessageCallback: (rescode
: NIMResCode
, session
: string
, to_type
: number
, info
: PinMessageInfo
) => void
▸ (rescode
, session
, to_type
, info
): void
Name | Type |
---|---|
rescode |
NIMResCode |
session |
string |
to_type |
number |
info |
PinMessageInfo |
void
ts/nim_def/talkex_def.ts:108
Ƭ QueryPinMessageCallback: (rescode
: NIMResCode
, session
: string
, to_type
: number
, res
: QueryAllPinMessageResponse
) => void
▸ (rescode
, session
, to_type
, res
): void
Name | Type |
---|---|
rescode |
NIMResCode |
session |
string |
to_type |
number |
res |
QueryAllPinMessageResponse |
void
ts/nim_def/talkex_def.ts:109
Ƭ AddPinMessageNotifyCallback: (session
: string
, to_type
: number
, info
: PinMessageInfo
) => void
▸ (session
, to_type
, info
): void
Name | Type |
---|---|
session |
string |
to_type |
number |
info |
PinMessageInfo |
void
ts/nim_def/talkex_def.ts:110
Ƭ UnPinMessageNotifyCallback: (session
: string
, to_type
: number
, id
: string
) => void
▸ (session
, to_type
, id
): void
Name | Type |
---|---|
session |
string |
to_type |
number |
id |
string |
void
ts/nim_def/talkex_def.ts:111
Ƭ UpdatePinMessageNotifyCallback: (session
: string
, to_type
: number
, info
: PinMessageInfo
) => void
▸ (session
, to_type
, info
): void
Name | Type |
---|---|
session |
string |
to_type |
number |
info |
PinMessageInfo |
void
ts/nim_def/talkex_def.ts:112
- 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