-
Notifications
You must be signed in to change notification settings - Fork 2
nim_def.nos_def
- NOSParams
- InitNosConfigParam
- InitNosResult
- DownloadMediaResult
- UploadMediaResult
- ProgressData
- NIMNOSAPI
- InitNosResultCallback
- DownloadMediaCallback
- UploadMediaExCallback
- ProgressCallback
- TransferInfoCallback
- ProgressExCallback
- DownloadMediaExCallback
- SafeURLToOriginURLCallback
- SpeedCallback
Ƭ InitNosResultCallback: (res: InitNosResult) => void
▸ (res): void
| Name | Type |
|---|---|
res |
InitNosResult |
void
ts/nim_def/nos_def.ts:60
Ƭ DownloadMediaCallback: (rescode: NIMResCode, filePath: string, callId: string, resId: string) => void
▸ (rescode, filePath, callId, resId): void
| Name | Type |
|---|---|
rescode |
NIMResCode |
filePath |
string |
callId |
string |
resId |
string |
void
ts/nim_def/nos_def.ts:61
Ƭ UploadMediaExCallback: (rescode: NIMResCode, result: UploadMediaResult) => void
▸ (rescode, result): void
| Name | Type |
|---|---|
rescode |
NIMResCode |
result |
UploadMediaResult |
void
ts/nim_def/nos_def.ts:62
Ƭ ProgressCallback: (completedSize: number, fileSize: number) => void
▸ (completedSize, fileSize): void
| Name | Type |
|---|---|
completedSize |
number |
fileSize |
number |
void
ts/nim_def/nos_def.ts:63
Ƭ TransferInfoCallback: (actualSize: number, speed: number) => void
▸ (actualSize, speed): void
| Name | Type |
|---|---|
actualSize |
number |
speed |
number |
void
ts/nim_def/nos_def.ts:64
Ƭ ProgressExCallback: (completeSsize: number, fileSize: number, result: ProgressData) => void
▸ (completeSsize, fileSize, result): void
| Name | Type |
|---|---|
completeSsize |
number |
fileSize |
number |
result |
ProgressData |
void
ts/nim_def/nos_def.ts:65
Ƭ DownloadMediaExCallback: (rescode: NIMResCode, result: DownloadMediaResult) => void
▸ (rescode, result): void
| Name | Type |
|---|---|
rescode |
NIMResCode |
result |
DownloadMediaResult |
void
ts/nim_def/nos_def.ts:66
Ƭ SafeURLToOriginURLCallback: (rescode: NIMResCode, originalUrl: string) => void
▸ (rescode, originalUrl): void
| Name | Type |
|---|---|
rescode |
NIMResCode |
originalUrl |
string |
void
ts/nim_def/nos_def.ts:67
Ƭ SpeedCallback: (speed: number) => void
▸ (speed): void
| Name | Type |
|---|---|
speed |
number |
void
ts/nim_def/nos_def.ts:68
- 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