Molybden 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> molybden::AppUpdateEvents::onAppUpdateFailed |
Invoked when the application update has failed to be installed.
Use the following approach to subscribe to receiving the event:
Event<AppUpdateInstalled> molybden::AppUpdateEvents::onAppUpdateInstalled |
Invoked when the application update has been installed.
Use the following approach to subscribe to receiving the event:
Event<AppUpdateProgressChanged> molybden::AppUpdateEvents::onAppUpdateProgressChanged |
Invoked when the progress of the application update has been changed.
Use the following approach to subscribe to receiving the event: