toggle menu
Android-Vast-Extension
androidJvm
switch theme
search in API
tools
/
com.ave.vastgui.tools.network.response
/
ResponseLiveData
/
State
State
sealed
class
State
Inheritors
Clear
Empty
Error
Failed
Success
Members
Constructors
State
Link copied to clipboard
protected
constructor
(
)
Types
Clear
Link copied to clipboard
object
Clear
:
ResponseLiveData.State
Empty
Link copied to clipboard
object
Empty
:
ResponseLiveData.State
Error
Link copied to clipboard
class
Error
(
val
t
:
Throwable
?
)
:
ResponseLiveData.State
Failed
Link copied to clipboard
class
Failed
(
val
code
:
Int
?
,
val
message
:
String
?
)
:
ResponseLiveData.State
Success
Link copied to clipboard
object
Success
:
ResponseLiveData.State