Auto Updater
Functions
addListener
Link copied to clipboard
abstract override fun addListener(event: String, listener: (<ERROR CLASS>) -> Unit): AutoUpdater
Content copied to clipboard
abstract fun addListener(event: String, listener: (event: Event, releaseNotes: String, releaseName: String, <ERROR CLASS>, updateURL: String) -> Unit): AutoUpdater
Content copied to clipboard
abstract fun addListener(event: String, listener: Function<*>): AutoUpdater
Content copied to clipboard
open fun addListener(event: Any, listener: (args: Any) -> Unit): EventEmitter
Content copied to clipboard
checkForUpdates
Link copied to clipboard
abstract fun checkForUpdates()
Content copied to clipboard
eventNames
Link copied to clipboard
getFeedURL
Link copied to clipboard
getMaxListeners
Link copied to clipboard
listenerCount
Link copied to clipboard
on
Link copied to clipboard
once
Link copied to clipboard
prependListener
Link copied to clipboard
open fun prependListener(event: Any, listener: (args: Any) -> Unit): EventEmitter
Content copied to clipboard
open fun prependListener(event: String, listener: (args: Any) -> Unit): EventEmitter
Content copied to clipboard
prependOnceListener
Link copied to clipboard
open fun prependOnceListener(event: Any, listener: (args: Any) -> Unit): EventEmitter
Content copied to clipboard
open fun prependOnceListener(event: String, listener: (args: Any) -> Unit): EventEmitter
Content copied to clipboard
quitAndInstall
Link copied to clipboard
abstract fun quitAndInstall()
Content copied to clipboard
rawListeners
Link copied to clipboard
removeAllListeners
Link copied to clipboard
open fun removeAllListeners(event: Any = definedExternally): EventEmitter
Content copied to clipboard
open fun removeAllListeners(event: String = definedExternally): EventEmitter
Content copied to clipboard
removeListener
Link copied to clipboard
abstract override fun removeListener(event: String, listener: (<ERROR CLASS>) -> Unit): AutoUpdater
Content copied to clipboard
abstract fun removeListener(event: String, listener: (event: Event, releaseNotes: String, releaseName: String, <ERROR CLASS>, updateURL: String) -> Unit): AutoUpdater
Content copied to clipboard
abstract fun removeListener(event: String, listener: Function<*>): AutoUpdater
Content copied to clipboard
open fun removeListener(event: Any, listener: (args: Any) -> Unit): EventEmitter
Content copied to clipboard
setFeedURL
Link copied to clipboard
setMaxListeners
Link copied to clipboard