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

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 containing configuration settings specific to Windows platform.

Link copied to clipboard

Utility object that offers functions to handle Windows-specific privilege and process management tasks.

Properties

Link copied to clipboard
val logger: KLogger

Functions

Link copied to clipboard

Retrieves the instance of the AppInstaller interface for managing app installation tasks.

Link copied to clipboard
actual fun restartApplication()
expect fun restartApplication()

Restarts the application.

actual fun restartApplication()