resendFileMessage

fun resendFileMessage(fileMessage: FileMessage, file: File?, handler: FileMessageHandler?)

Resends a file with given file information.

Since

3.0.99

Parameters

fileMessage

Failed fileMessage.

file

File to resend. If there is a file url in fileMessage, this will be ignored.

handler

Callback handler.


Resends a file with given file information and gets callback for uploading progress.

Since

3.0.99

Parameters

fileMessage

Failed file message.

file

File to resend. If there is a file url in fileMessage, this will be ignored.

handler

Callback handler.