InlineUpdaterConfigurationNotification

data class InlineUpdaterConfigurationNotification(var notify: Boolean? = null, var message: String? = null)(source)

Constructors

Link copied to clipboard
constructor(notify: Boolean? = null, message: String? = null)

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?