lib
core
/
com.zuko.billingz.core.misc
/
Response
/
Companion
Companion
object
Companion
Content copied to clipboard
Functions
Functions
error
Link copied to clipboard
@
JvmStatic
fun
<
T
>
error
(
msg
:
String
?
)
:
Response
<
T
>
Content copied to clipboard
loading
Link copied to clipboard
@
JvmStatic
fun
<
T
>
loading
(
msg
:
String
?
)
:
Response
<
T
>
Content copied to clipboard
success
Link copied to clipboard
@
JvmStatic
fun
<
T
>
success
(
data
:
T
)
:
Response
<
T
>
Content copied to clipboard