Class MessageListView

  • All Implemented Interfaces:
    android.graphics.drawable.Drawable.Callback , android.view.KeyEvent.Callback , android.view.ViewManager , android.view.ViewParent , android.view.accessibility.AccessibilityEventSource

    
    public final class MessageListView
    extends ConstraintLayout
                        

    MessageListView renders a list of messages and extends the RecyclerView The most common customizations are

    • Disabling Reactions

    • Disabling Threads

    • Customizing the click and longCLick (via the adapter)

    • The list_item_message template to use (perhaps, multiple ones...?)