Shuttle
Toggle table of contents
modulesRelease
Target filter
modulesRelease
Switch theme
Search in API
Skip to content
Shuttle
demo-mvvm-with-process-death
/
com.grarcht.shuttle.demo.processdeath.viewmodel
/
SecondImageState
/
Success
Success
data
class
Success
(
val
imageModel
:
ImageModel
)
:
SecondImageState
The image was retrieved successfully.
Members
Constructors
Success
Link copied to clipboard
constructor
(
imageModel
:
ImageModel
)
Properties
image
Model
Link copied to clipboard
val
imageModel
:
ImageModel
the retrieved image data.