PluginCenter
插件中心, 计划实现中
Types
Functions
downloadPlugin
Link copied to clipboard
open suspend fun downloadPlugin(name: String, progressListener: PluginCenter.(Float) -> Unit): File
Content copied to clipboard
fetchPlugin
Link copied to clipboard
abstract suspend fun fetchPlugin(page: Int): Map<String, PluginCenter.PluginInsight>
Content copied to clipboard
获取一些中心的插件基本信息, 能获取到多少由实际的 PluginCenter 决定 返回 插件名->Insight
findPlugin
Link copied to clipboard
尝试获取到某个插件 by 全名, case sensitive null 则没有