sdk
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
sdk
sdk
/
com.m8test.script.core.api.config
/
Version
Version
interface
Version
用于表示版本信息.
Author
M8Test,
[email protected]
, https://m8test.com
Members
Functions
get
Code
Link copied to clipboard
abstract
fun
getCode
(
)
:
Int
获取版本号.
get
Name
Link copied to clipboard
abstract
fun
getName
(
)
:
String
获取版本名.
set
Code
Link copied to clipboard
abstract
fun
setCode
(
code
:
Int
)
设置版本号.
set
Name
Link copied to clipboard
abstract
fun
setName
(
name
:
String
)
设置版本名.