MessageViewModel  
    class MessageViewModel(inbox: Inbox = MessageCenter.shared().inbox, savedStateHandle: SavedStateHandle) : ViewModel
ViewModel for MessageView.
Properties
Link copied to clipboard
                  The currently loaded Message, if we have one.
Link copied to clipboard
                  A Flow of MessageView States (data consumed by the view in order to display the message).
Link copied to clipboard
                  A LiveData of MessageView States (data consumed by the view in order to display the message).