MessageListViewModel
class MessageListViewModel( predicate: Predicate<Message>?, inbox: Inbox = MessageCenter.shared().inbox, savedStateHandle: SavedStateHandle) : ViewModel
ViewModel
for MessageListView.
Constructors
Link copied to clipboard
constructor(predicate: Predicate<Message>?, inbox: Inbox = MessageCenter.shared().inbox, savedStateHandle: SavedStateHandle)
Properties
Functions
Link copied to clipboard
Deletes the given list of messages.
Link copied to clipboard
Marks the given list of messages as read.
Link copied to clipboard
Refreshes the inbox.
Link copied to clipboard
Sets the Predicate used to filter messages.