PluginManager
Properties
Functions
Automatically download plugins not yet existing on local
Reloads all local plugins and forces a page update, used for hot reloading with deployWithAdb
Use updateAllOnlinePluginsAndLoadThem
DO NOT USE THIS IN A PLUGIN! It may case an infinite recursive loop lagging or crashing everyone's devices. If you use it from a plugin, do not expect a stable jvmName, SO DO NOT USE IT!
Needs to be run before other plugin loading because plugin loading can not be overwritten
This can be used to override any extension loading to fix crashes!
Deletes all generated oat files which will force Android to recompile the dex extensions. This might fix unrecoverable SIGSEGV exceptions when old oat files are loaded in a new app update.
This should not be changed as it is used to also detect if a plugin is installed!
Spits out a unique and safe filename based on name. Used for repo folders (using repo url) and plugin file names (using internalName)