3#include <NDEVR/ItemDownloader.h>
4#include <NDEVR/UpdateChecker.h>
5#include <NDEVR/Resource.h>
Used for Downloading resources from a network.
Definition ItemDownloader.h:120
Allows the application to check a given location for an update.txt file which it can then use to down...
Definition NDEVRUpdateChecker.h:13
Resource< String > ios_update_address
Definition NDEVRUpdateChecker.h:22
void onCheckForUpdateComplete() override
void requestCheckForUpdate(const String ¤t_version="") override
Resource< String > android_update_address
Definition NDEVRUpdateChecker.h:19
String updateURLPage() const override
Resource< String > mac_os_update_address
Definition NDEVRUpdateChecker.h:20
ItemDownloader * m_check_update
Definition NDEVRUpdateChecker.h:24
Resource< String > windows_update_address
Definition NDEVRUpdateChecker.h:21
A core part of the engine, stores variables that can be listened to with ResourceListener which will ...
Definition Toggle.h:41
The core String class for the NDEVR API.
Definition String.h:69
Provides logic for checking a source, typically online, for an update to the software.
Definition UpdateChecker.h:47