sdk
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
sdk
sdk
/
com.m8test
/
Result
/
Companion
Companion
object
Companion
Members
Functions
fail
Link copied to clipboard
fun
fail
(
message
:
String
,
data
:
Any
?
=
null
)
:
Result
success
Link copied to clipboard
fun
success
(
message
:
String
=
""
,
data
:
Any
?
=
null
)
:
Result