Aliucord
2.0.1
androidJvm
Aliucord
/
com.aliucord.updater
/
PluginUpdater
Plugin
Updater
open
class
PluginUpdater
Members
Constructors
Plugin
Updater
Link copied to clipboard
constructor
(
)
Types
Cached
Data
Link copied to clipboard
open
class
CachedData
Update
Info
Link copied to clipboard
open
class
UpdateInfo
Functions
check
Plugin
Update
Link copied to clipboard
open
fun
checkPluginUpdate
(
plugin
:
Plugin
)
:
Boolean
check
Updates
Link copied to clipboard
open
fun
checkUpdates
(
notify
:
Boolean
)
get
Update
Info
Link copied to clipboard
open
fun
getUpdateInfo
(
plugin
:
Plugin
)
:
PluginUpdater.UpdateInfo
update
Link copied to clipboard
open
fun
update
(
plugin
:
String
)
:
Boolean
update
All
Link copied to clipboard
open
fun
updateAll
(
)
:
Int
Properties
cache
Link copied to clipboard
val
cache
:
Map
<
String
,
PluginUpdater.CachedData
>
logger
Link copied to clipboard
val
logger
:
Logger
updated
Link copied to clipboard
val
updated
:
Map
<
String
,
String
>
updates
Link copied to clipboard
val
updates
:
List
<
String
>