resend File Message
Deprecated
`file` parameter is not needed as the SDK keeps the original file object set when the file message was sent
Replace with
resendMessage(fileMessage, handler)
Content copied to clipboard
Resends a file with given file information.
Since
3.0.99
Parameters
file Message
Failed fileMessage.
file
File to resend. If there is a file url in fileMessage, this will be ignored.
handler
Callback handler.
fun resendFileMessage(fileMessage: FileMessage, file: File?, handler: FileMessageWithProgressHandler?)
Deprecated
`file` parameter is not needed as the SDK keeps the original file object set when the file message was sent
Replace with
resendMessage(fileMessage, handler)
Content copied to clipboard
Resends a file with given file information and gets callback for uploading progress.
Since
3.0.99
Parameters
file Message
Failed file message.
file
File to resend. If there is a file url in fileMessage, this will be ignored.
handler
Callback handler.