kognigy
2.0.1
kognigy
/
tel.schich.kognigy.protocol
/
CognigyEvent
/
ErrorData
/
Content
Content
data
class
Content
(
val
code
:
Int
,
val
message
:
String
?
=
null
)
Content copied to clipboard
Constructors
Properties
Constructors
Content
Link copied to clipboard
fun
Content
(
code
:
Int
,
message
:
String
?
=
null
)
Content copied to clipboard
Properties
code
Link copied to clipboard
val
code
:
Int
Content copied to clipboard
message
Link copied to clipboard
val
message
:
String
?
=
null
Content copied to clipboard