#include <UploadDelegate.h>
Delegate class for the asynchronous version of method:
◆ onChunkSent()
virtual void cbe::delegate::UploadDelegate::onChunkSent |
( |
cbe::Object && |
object, |
|
|
std::uint64_t |
sent, |
|
|
std::uint64_t |
total |
|
) |
| |
|
virtual |
Called when a chunk of data has been sent.
- Parameters
-
object | Object associated with current upload. |
sent | Size, in number of bytes, of the sent chunk. |
total | Total number of bytes sent so far. |
◆ onUploadError()
Called if an error is encountered.
◆ onUploadSuccess()
virtual void cbe::delegate::UploadDelegate::onUploadSuccess |
( |
cbe::Object && |
object | ) |
|
|
pure virtual |
Called upon successful Upload.
- Parameters
-
object | Instance of object that is being uploaded. |
The documentation for this class was generated from the following file: