generate

abstract fun generate(messages: List<BaseMessage>): O

Processes and generates the information of the message. This method is executed in the adapter that renders the message list, before items are changed.

Return

the displayed data

Since

3.5.7

Parameters

messages

the message to be displayed data