Package-level declarations

Types

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 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: <Error class: unknown class>

Functions

Link copied to clipboard
Link copied to clipboard

Checks if the app version has changed since the last execution.

Link copied to clipboard

Determines if the application is being installed for the first time.

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

Restarts the application.

actual fun restartApplication()