FileMessagesWithProgressHandler

SendFileMessages handler. This provides callback for BaseChannel.sendFileMessages.

Since

3.0.76

Functions

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

A callback for while each file is being uploaded.

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

abstract fun onResult(e: SendbirdException?)

A callback for when all FileMessages are sent.