Molybden API
Loading...
Searching...
No Matches
molybden::AppUpdate Class Referenceabstract

An application update available for download and installation. More...

#include <app_update.hpp>

Inheritance diagram for molybden::AppUpdate:
molybden::AppUpdateEvents

Public Member Functions

virtual std::shared_ptr< Appapp ()=0
 The current application.
 
virtual std::string version ()=0
 The application version in this update.
 
virtual void install ()=0
 Downloads and installs the application update.
 
virtual void dismiss ()=0
 Dismisses the application update if it is not needed.
 

Additional Inherited Members

- Public Attributes inherited from molybden::AppUpdateEvents
Event< AppUpdateInstalledonAppUpdateInstalled
 Invoked when the application update has been installed.
 
Event< AppUpdateFailedonAppUpdateFailed
 Invoked when the application update has failed to be installed.
 
Event< AppUpdateProgressChangedonAppUpdateProgressChanged
 Invoked when the progress of the application update has been changed.
 

Detailed Description

An application update available for download and installation.


The documentation for this class was generated from the following file: