SystemCore
Toggle table of contents
1.7.4
jvm
Platform filter
jvm
Switch theme
Search in API
SystemCore
SystemCore
/
com.system32.systemCore.utils.github
/
GithubUpdater
/
checkUpdates
check
Updates
fun
checkUpdates
(
onLatest
:
(
)
->
Unit
=
{}
,
needUpdate
:
(
HashMap
<
String
,
String
>
)
->
Unit
,
dontNeedUpdate
:
(
HashMap
<
String
,
String
>
)
->
Unit
)