PluggableApkPluginInfo

com.m8test.plugin.api.PluggableApkPlugin 插件的基本信息.

Author

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

Functions

Link copied to clipboard
abstract fun getApkPath(): String

获取 apk 的路径.

Link copied to clipboard
abstract fun getClassName(): String

获取插件的类名.

Link copied to clipboard
abstract fun getDescription(): String?

获取 apk 插件的描述.

Link copied to clipboard
abstract fun getIcon(): Drawable

获取 apk 插件的图标.

Link copied to clipboard

获取 apk 插件支持的最低安卓版本

Link copied to clipboard

获取插件支持 M8Test 运行时(sdk)的最低版本名称

Link copied to clipboard
abstract fun getName(): String

获取 apk 插件的名称.

Link copied to clipboard
abstract fun getType(): String?

获取 apk 插件类型.

Link copied to clipboard
abstract fun getUrl(): String?

获取 apk 插件的官网

Link copied to clipboard
abstract fun getVersionCode(): Long

获取 apk 插件的版本号.

Link copied to clipboard
abstract fun getVersionName(): String

获取 apk 插件的版本名称.