AutoUpdater
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract val errorEvent: <Error class: unknown class><<Error class: unknown class><<Error class: unknown class>>>
Link copied to clipboard
Link copied to clipboard
abstract val updateDownloadedEvent: <Error class: unknown class><<Error class: unknown class><Event<*>, String, String, <Error class: unknown class>, String>>
Link copied to clipboard
Functions
Link copied to clipboard
Asks the server whether there is an update. You must call setFeedURL
before using this API.
Link copied to clipboard
The current update feed URL.
Link copied to clipboard
Restarts the app and installs the update after it has been downloaded. It should only be called after update-downloaded
has been emitted.
Link copied to clipboard
Sets the url
and initialize the auto updater.