Simple Robot Component Mirai
3.0.0.0-M3
simbot-component-mirai-core
/
love.forte.simbot.component.mirai
/
SimpleDeviceInfo
/
Version
Version
@
FragileSimbotApi
data
class
Version
(
val
incremental
:
String
=
"5891938"
,
val
release
:
String
=
"10"
,
val
codename
:
String
=
"REL"
,
val
sdk
:
Int
=
29
)
(
source
)
Constructors
Properties
Extensions
See also
See also
DeviceInfo.
Version
Constructors
Version
Link copied to clipboard
fun
Version
(
incremental
:
String
=
"5891938"
,
release
:
String
=
"10"
,
codename
:
String
=
"REL"
,
sdk
:
Int
=
29
)
Properties
codename
Link copied to clipboard
val
codename
:
String
incremental
Link copied to clipboard
val
incremental
:
String
release
Link copied to clipboard
val
release
:
String
sdk
Link copied to clipboard
val
sdk
:
Int
=
29
Extensions
to
Version
Link copied to clipboard
@
FragileSimbotApi
fun
SimpleDeviceInfo.Version
.
toVersion
(
)
:
DeviceInfo.Version