Conversations - Show at the top under seperate section - Can promote to bubble - Conversation-specific actions - Mark as priority - Promote to bubble - Silence notification - Custom sounds/vibrations
Create notification val chatPartner = Person.Builder() .setName("Chat partner") .setImportant(true) .build() Use Person in MessageStyle val notification = Notification.Builder(context, channelId) .setStyle( Notification.MessagingStyle.Builder(person) .addMessage(<<build() ) .build()
“The description of the class for what it does, matches View Model. That has nothing to do with MVVM. We are not telling you to use or not to use MVVM” -Yigit Boyar (droidcon NYC 2017)