toggle menu
Spezi Documentation
androidJvm
switch theme
search in API
design
/
edu.stanford.spezi.core.design.views.views.model
/
ViewState
View
State
sealed
interface
ViewState
Inheritors
Idle
Processing
Error
Members
Types
Error
Link copied to clipboard
data
class
Error
(
val
throwable
:
Throwable
?
)
:
ViewState
Idle
Link copied to clipboard
data
object
Idle
:
ViewState
Processing
Link copied to clipboard
data
object
Processing
:
ViewState