|
MōBrowser API
|
A class that contains all application update events. More...
#include <app_update_events.hpp>
Public Attributes | |
| Event< AppUpdateInstalled > | onAppUpdateInstalled |
| Invoked when the application update has been installed. | |
| Event< AppUpdateFailed > | onAppUpdateFailed |
| Invoked when the application update has failed to be installed. | |
| Event< AppUpdateProgressChanged > | onAppUpdateProgressChanged |
| Invoked when the progress of the application update has been changed. | |
A class that contains all application update events.
| Event<AppUpdateFailed> mobrowser::AppUpdateEvents::onAppUpdateFailed |
Invoked when the application update has failed to be installed.
Use the following approach to subscribe to receiving the event:
| Event<AppUpdateInstalled> mobrowser::AppUpdateEvents::onAppUpdateInstalled |
Invoked when the application update has been installed.
Use the following approach to subscribe to receiving the event:
| Event<AppUpdateProgressChanged> mobrowser::AppUpdateEvents::onAppUpdateProgressChanged |
Invoked when the progress of the application update has been changed.
Use the following approach to subscribe to receiving the event: