kalium
common
logic
/
com.wire.kalium.logic.configuration.server
/
ServerConfig
/
VersionInfo
Version
Info
data
class
VersionInfo
(
val
federation
:
Boolean
,
val
supported
:
List
<
Int
>
,
val
domain
:
String
?
=
null
,
val
developmentSupported
:
List
<
Int
>
?
=
null
)
Members
Constructors
Version
Info
Link copied to clipboard
constructor
(
federation
:
Boolean
,
supported
:
List
<
Int
>
,
domain
:
String
?
=
null
,
developmentSupported
:
List
<
Int
>
?
=
null
)
Properties
development
Supported
Link copied to clipboard
val
developmentSupported
:
List
<
Int
>
?
=
null
domain
Link copied to clipboard
val
domain
:
String
?
=
null
federation
Link copied to clipboard
val
federation
:
Boolean
supported
Link copied to clipboard
val
supported
:
List
<
Int
>