setMessageViewHolderFactory

fun setMessageViewHolderFactory(messageListItemViewHolderFactory: MessageListItemViewHolderFactory)

Allows clients to set a custom implementation of MessageListItemViewHolderFactory. Use this method if you want completely custom views for the message list items.

Parameters

messageListItemViewHolderFactory

The custom factory to be used when generating item ViewHolders.