PluggableApkPluginSettings

可加载apk插件的配置信息,在ui中可以使用.

Author

M8Test, [email protected], https://m8test.com

Functions

Link copied to clipboard
abstract fun clear(): Boolean

清空配置.

Link copied to clipboard
abstract fun get(key: String): String?

获取配置.

Link copied to clipboard
abstract fun remove(key: String): Boolean

移除配置.

Link copied to clipboard
abstract fun set(key: String, value: String?): Boolean

添加配置.