lib
core
/
com.zuko.billingz.core.misc
/
Response
Response
class
Response
<
T
>
Content copied to clipboard
Simple wrapper class to provide network state management for an object.
Types
Properties
Types
Companion
Link copied to clipboard
object
Companion
Content copied to clipboard
Status
Link copied to clipboard
enum
Status
:
Enum
<
Response.Status
>
Content copied to clipboard
Properties
data
Link copied to clipboard
val
data
:
T
?
Content copied to clipboard
msg
Link copied to clipboard
val
msg
:
String
?
Content copied to clipboard
status
Link copied to clipboard
val
status
:
Response.Status
Content copied to clipboard