Feature module
The inbox feature module includes all the presentation logic required to display messages list and details screens. If you need to include this module, add it to your build.gradle:
implementation ("com.poqstudio:notifications.inbox:$VERSION_NAME")Message Inbox content
Message Inbox content architecture
InboxActivityis the entry point to the message inbox list screens.InboxFragmentis the main fragment for the message inbox list screen.InboxFragmentDelegateis the fragment delegate for the message inbox list screen.InboxMessageDetailFragmentis the main fragment for the message details screen.InboxMessageDetailFragmentDelegateis the fragment delegate for the message details screen.InboxViewModelis the ViewModel used by message inbox list and message details screen.