Preparing search index...
The search index is not available
IM SDK Web API 文档
IM SDK Web API 文档
platform/types
UploadProgress
Interface UploadProgress
平台上传进度。
interface
UploadProgress
{
loaded
:
number
;
total
?:
number
;
percent
?:
number
;
}
Index
Properties
loaded
total?
percent?
Properties
Readonly
loaded
loaded
:
number
已上传字节数。
Optional
Readonly
total
total
?:
number
文件总字节数。
Optional
Readonly
percent
percent
?:
number
上传百分比。
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
loaded
total
percent
IM SDK Web API 文档
Loading...
平台上传进度。