Version

interface Version

用于表示版本信息.

Author

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

Functions

Link copied to clipboard
abstract fun getCode(): Int

获取版本号.

Link copied to clipboard
abstract fun getName(): String

获取版本名.

Link copied to clipboard
abstract fun setCode(code: Int)

设置版本号.

Link copied to clipboard
abstract fun setName(name: String)

设置版本名.