sdk
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
sdk
sdk
/
com.m8test.plugin.api
/
PluggableApkPluginSettings
Pluggable
Apk
Plugin
Settings
interface
PluggableApkPluginSettings
可加载apk插件的配置信息,在ui中可以使用.
Author
M8Test,
[email protected]
, https://m8test.com
Members
Functions
clear
Link copied to clipboard
abstract
fun
clear
(
)
:
Boolean
清空配置.
get
Link copied to clipboard
abstract
fun
get
(
key
:
String
)
:
String
?
获取配置.
remove
Link copied to clipboard
abstract
fun
remove
(
key
:
String
)
:
Boolean
移除配置.
set
Link copied to clipboard
abstract
fun
set
(
key
:
String
,
value
:
String
?
)
:
Boolean
添加配置.