Package-level declarations
Types
Link copied to clipboard
Represents the loading state of the image on the second screen in the MVVM with Process Death demo. The state machine transitions from Loading to Success, LostToProcessDeath, or Error depending on whether Shuttle cargo pickup succeeds or the cargo was not preserved.
Link copied to clipboard
The MVVM androidx.lifecycle.ViewModel for the second screen in the MVVM with Process Death demo. Loads the image either from the com.grarcht.shuttle.framework.Shuttle warehouse or from the in-memory com.grarcht.shuttle.demo.processdeath.model.ImageCache, and exposes the result as a StateFlow of SecondImageState.