UpdaterConfigurationNotification

data class UpdaterConfigurationNotification(val notify: Boolean, val message: String = "New update has been found. Version {version} can be downloaded from {url}")(source)

The updater configurations notification configuration

Constructors

Link copied to clipboard
constructor(notify: Boolean, message: String = "New update has been found. Version {version} can be downloaded from {url}")

Properties

Link copied to clipboard

Message that will be prompted when a new version has been found

Link copied to clipboard

Should a new update prompt a notification?