Skip to content

nim_def.talkex_def

Zvicii edited this page Oct 24, 2022 · 4 revisions

Module: nim_def/talkex_def

Table of contents

Interfaces

Type Aliases

Type Aliases

AddCollectCallback

Ƭ AddCollectCallback: (rescode: NIMResCode, info: CollectInfo) => void

Type declaration

▸ (rescode, info): void

Parameters
Name Type
rescode NIMResCode
info CollectInfo
Returns

void

Defined in

ts/nim_def/talkex_def.ts:97


RemoveCollectsCallback

Ƭ RemoveCollectsCallback: (rescode: NIMResCode, count: number) => void

Type declaration

▸ (rescode, count): void

Parameters
Name Type
rescode NIMResCode
count number
Returns

void

Defined in

ts/nim_def/talkex_def.ts:98


UpdateCollectCallback

Ƭ UpdateCollectCallback: (rescode: NIMResCode, info: CollectInfo) => void

Type declaration

▸ (rescode, info): void

Parameters
Name Type
rescode NIMResCode
info CollectInfo
Returns

void

Defined in

ts/nim_def/talkex_def.ts:99


QueryCollectsCallback

Ƭ QueryCollectsCallback: (rescode: NIMResCode, count: number, info: CollectInfoList) => void

Type declaration

▸ (rescode, count, info): void

Parameters
Name Type
rescode NIMResCode
count number
info CollectInfoList
Returns

void

Defined in

ts/nim_def/talkex_def.ts:100


AddQuickCommentCallback

Ƭ AddQuickCommentCallback: (rescode: NIMResCode, info: QuickCommentInfo) => void

Type declaration

▸ (rescode, info): void

Parameters
Name Type
rescode NIMResCode
info QuickCommentInfo
Returns

void

Defined in

ts/nim_def/talkex_def.ts:101


RemoveQuickCommentCallback

Ƭ RemoveQuickCommentCallback: (rescode: NIMResCode, id: string) => void

Type declaration

▸ (rescode, id): void

Parameters
Name Type
rescode NIMResCode
id string
Returns

void

Defined in

ts/nim_def/talkex_def.ts:102


QueryQuickCommentCallback

Ƭ QueryQuickCommentCallback: (rescode: NIMResCode, res: QueryQuickCommentsResponse) => void

Type declaration

▸ (rescode, res): void

Parameters
Name Type
rescode NIMResCode
res QueryQuickCommentsResponse
Returns

void

Defined in

ts/nim_def/talkex_def.ts:103


AddQuickCommentNotifyCallback

Ƭ AddQuickCommentNotifyCallback: (session: string, to_type: NIMSessionType, msg_client_id: string, qc_info: QuickCommentInfo) => void

Type declaration

▸ (session, to_type, msg_client_id, qc_info): void

Parameters
Name Type
session string
to_type NIMSessionType
msg_client_id string
qc_info QuickCommentInfo
Returns

void

Defined in

ts/nim_def/talkex_def.ts:104


RemoveQuickCommentNotifyCallback

Ƭ RemoveQuickCommentNotifyCallback: (session: string, to_type: NIMSessionType, msg_client_id: string, quick_comment_id: string, ext: string) => void

Type declaration

▸ (session, to_type, msg_client_id, quick_comment_id, ext): void

Parameters
Name Type
session string
to_type NIMSessionType
msg_client_id string
quick_comment_id string
ext string
Returns

void

Defined in

ts/nim_def/talkex_def.ts:105


PinMessageCallback

Ƭ PinMessageCallback: (rescode: NIMResCode, session: string, to_type: number, info: PinMessageInfo) => void

Type declaration

▸ (rescode, session, to_type, info): void

Parameters
Name Type
rescode NIMResCode
session string
to_type number
info PinMessageInfo
Returns

void

Defined in

ts/nim_def/talkex_def.ts:106


UnPinMessageCallback

Ƭ UnPinMessageCallback: (rescode: NIMResCode, session: string, to_type: number, id: string) => void

Type declaration

▸ (rescode, session, to_type, id): void

Parameters
Name Type
rescode NIMResCode
session string
to_type number
id string
Returns

void

Defined in

ts/nim_def/talkex_def.ts:107


UpdatePinMessageCallback

Ƭ UpdatePinMessageCallback: (rescode: NIMResCode, session: string, to_type: number, info: PinMessageInfo) => void

Type declaration

▸ (rescode, session, to_type, info): void

Parameters
Name Type
rescode NIMResCode
session string
to_type number
info PinMessageInfo
Returns

void

Defined in

ts/nim_def/talkex_def.ts:108


QueryPinMessageCallback

Ƭ QueryPinMessageCallback: (rescode: NIMResCode, session: string, to_type: number, res: QueryAllPinMessageResponse) => void

Type declaration

▸ (rescode, session, to_type, res): void

Parameters
Name Type
rescode NIMResCode
session string
to_type number
res QueryAllPinMessageResponse
Returns

void

Defined in

ts/nim_def/talkex_def.ts:109


AddPinMessageNotifyCallback

Ƭ AddPinMessageNotifyCallback: (session: string, to_type: number, info: PinMessageInfo) => void

Type declaration

▸ (session, to_type, info): void

Parameters
Name Type
session string
to_type number
info PinMessageInfo
Returns

void

Defined in

ts/nim_def/talkex_def.ts:110


UnPinMessageNotifyCallback

Ƭ UnPinMessageNotifyCallback: (session: string, to_type: number, id: string) => void

Type declaration

▸ (session, to_type, id): void

Parameters
Name Type
session string
to_type number
id string
Returns

void

Defined in

ts/nim_def/talkex_def.ts:111


UpdatePinMessageNotifyCallback

Ƭ UpdatePinMessageNotifyCallback: (session: string, to_type: number, info: PinMessageInfo) => void

Type declaration

▸ (session, to_type, info): void

Parameters
Name Type
session string
to_type number
info PinMessageInfo
Returns

void

Defined in

ts/nim_def/talkex_def.ts:112

Clone this wiki locally