services library
Classes
-
ApiService
-
Abstracts the communication with an API using NetworkService.
-
AppDirService
-
AppDirService
is an abstract base class that provides a contract for all application directory services.
-
ConnectionService
-
Checks the connection status of the device.
-
DownloadService
-
Base class for all download services.
-
LocalConfigService<T>
-
LocalConfigService
is an abstract class designed to manage local configuration files.
It provides a generic interface for loading and saving configuration data of type T
.
-
NetworkService
-
A base class for all network services that provides common HTTP operations.