Updater Library - Class List
Following is the description of classes presented in the Stream Library.
Update:
Private Attributes
Public Methods
Private Member Data Documentation
Following is the detailed documentation of the private variables declared under the Update: class.
UpdateStatusHandler handler;
Public Member Function Documentation
Following is the detailed documentation of the public methods declared under the Update: class.
Update();
virtual ~Update();
bool checkUpdateRequirement(const std::string packageName, const std::string packageVersion, const std::string installedVersion, UpdatePriority updatePriority);
void setUpdateStatusCallback(UpdateStatusHandler handler);
void update(const std::string packageName, const std::string packageVersion, const std::string url, credential cred);
Updated over 2 years ago