updater / de.comhix.commons.updater / UpdaterInterface

UpdaterInterface

object UpdaterInterface

Author
Benjamin Beeker

Functions

tryUpdate

fun <Info : Any, Version : Comparable<Version>> tryUpdate(url: String, currentVersion: Info, updateUrlProvider: (Info) -> String, versionProvider: (Info) -> Version, autoUpdate: Boolean): Boolean