FileMessageWithProgressHandler

SendFileMessage handler. This provides callback for BaseChannel.sendFileMessage.

Since

3.0.23

Functions

Link copied to clipboard
abstract fun onProgress(bytesSent: Int, totalBytesSent: Int, totalBytesToSend: Int)

A callback for while file is being uploaded.

Link copied to clipboard
abstract fun onResult(message: FileMessage?, e: SendbirdException?)