enableCustomViewType

open fun enableCustomViewType(componentViewType: Int): RecyclerBinder.Builder

Enable setting custom viewTypes on ViewRenderInfos.

After this is set, all ViewRenderInfos must be built with a custom viewType through customViewType, otherwise exception will be thrown.

Parameters

componentViewType

the viewType to be used for Component types, provided through . Set this to a value that won't conflict with your custom viewTypes.