HootAndCompute
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
HootAndCompute
Volt
/
dev.kingssack.volt.ai
/
AIServer
/
ActionResult
Action
Result
data
class
ActionResult
(
val
success
:
Boolean
,
val
message
:
String
,
val
data
:
Map
<
String
,
Any
?
>
?
=
null
)
Members
Constructors
Action
Result
Link copied to clipboard
constructor
(
success
:
Boolean
,
message
:
String
,
data
:
Map
<
String
,
Any
?
>
?
=
null
)
Properties
data
Link copied to clipboard
val
data
:
Map
<
String
,
Any
?
>
?
message
Link copied to clipboard
val
message
:
String
success
Link copied to clipboard
val
success
:
Boolean