nugu-android
nugu-agent
/
com.skt.nugu.sdk.agent.version
/
Version
Version
data
class
Version
(
val
major
:
Int
,
val
minor
:
Int
)
Content copied to clipboard
Constructors
Functions
Properties
Constructors
Version
Link copied to clipboard
fun
Version
(
major
:
Int
,
minor
:
Int
)
Content copied to clipboard
Functions
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String
Content copied to clipboard
Properties
major
Link copied to clipboard
val
major
:
Int
Content copied to clipboard
minor
Link copied to clipboard
val
minor
:
Int
Content copied to clipboard