Package io.rong.imkit.base.adapter
Interface ItemViewDelegate
-
- All Implemented Interfaces:
public interface ItemViewDelegate<T>
-
-
Method Summary
Modifier and Type Method Description abstract int
getItemViewLayoutId()
abstract boolean
isForViewType(T item, int position)
abstract void
convert(ViewHolder holder, T t, int position)
-
-
Method Detail
-
getItemViewLayoutId
abstract int getItemViewLayoutId()
-
isForViewType
abstract boolean isForViewType(T item, int position)
-
-
-
-