Updater
Toggle table of contents
0.1.0-rc3
jvm
Platform filter
jvm
Switch theme
Search in API
Updater
Updater
/
io.github.vxrpenter.updater
Package-level
declarations
Types
Functions
Types
Updater
Link copied to clipboard
open
class
Updater
(
configuration
:
UpdaterConfiguration
)
Compares versions fetched from specific upstream (
Upstream
) with other versions.
Functions
schedule
With
Delay
Link copied to clipboard
fun
CoroutineScope
.
scheduleWithDelay
(
period
:
Duration
,
task
:
suspend
(
)
->
Unit
)
:
Job