OnSendMessageProgress
Introduction
The callback of the updating of file uploading progress.
Returned template
OnSendMessageProgress = void Function(
V2TimMessage message,
number progress
)
Return value details
name | type | description |
---|---|---|
message | V2TimMessage | The message instance that are uploading. |
progress | number | The progress of uploading, from 0 to 100. |