setViewHolderFactory

Sets the ThreadListItemViewHolderFactory used to create the thread list view holders. Use if you want completely custom views for the thread list items. Make sure to call this before setting/updating the data in the thread list view.

Parameters

factory

The ThreadListItemViewHolderFactory to be used for creating the item view holders.

Throws

if called when a factory was already set.