|
MōBrowser API
|
A class that contains all download events. More...
#include <download_events.hpp>
Public Attributes | |
| Event< DownloadFinished > | onDownloadFinished |
| Invoked when the download has been finished. | |
| Event< DownloadCanceled > | onDownloadCanceled |
| Invoked when the download has been canceled. | |
| Event< DownloadInterrupted > | onDownloadInterrupted |
| Invoked when the download has been interrupted. | |
| Event< DownloadPaused > | onDownloadPaused |
| Invoked when the download has been paused. | |
| Event< DownloadUpdated > | onDownloadUpdated |
| Invoked when the download has been updated. | |
A class that contains all download events.
| Event<DownloadCanceled> mobrowser::DownloadEvents::onDownloadCanceled |
Invoked when the download has been canceled.
Use the following approach to subscribe to receiving the event:
| Event<DownloadFinished> mobrowser::DownloadEvents::onDownloadFinished |
Invoked when the download has been finished.
Use the following approach to subscribe to receiving the event:
| Event<DownloadInterrupted> mobrowser::DownloadEvents::onDownloadInterrupted |
Invoked when the download has been interrupted.
Use the following approach to subscribe to receiving the event:
| Event<DownloadPaused> mobrowser::DownloadEvents::onDownloadPaused |
Invoked when the download has been paused.
Use the following approach to subscribe to receiving the event:
| Event<DownloadUpdated> mobrowser::DownloadEvents::onDownloadUpdated |
Invoked when the download has been updated.
Use the following approach to subscribe to receiving the event: