Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
interface AppInstaller
Link copied to clipboard
object AppManager
Link copied to clipboard
The DesktopInstaller
class is responsible for handling the installation of applications on desktop operating systems such as Windows, Linux, and macOS. This class implements the AppInstaller
interface and provides platform-specific installation logic for each supported operating system.
Link copied to clipboard
object InstallationManager
Manages installation callbacks and notifies the result of installation processes.
Link copied to clipboard
Receives and processes the result of an app installation via a broadcast.
Link copied to clipboard
object WindowsConfig
Object containing configuration settings specific to Windows platform.
Link copied to clipboard
object WindowsPrivilegeHelper
Utility object that offers functions to handle Windows-specific privilege and process management tasks.