public abstract class AbsFallbackAdapterDelegate<T> extends AdapterDelegate<T>
AdapterDelegatesManager.setFallbackDelegate(AdapterDelegate).| Constructor and Description |
|---|
AbsFallbackAdapterDelegate() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
isForViewType(java.lang.Object items,
int position)
Not needed, because never called for fallback adapter delegates.
|
onBindViewHolder, onCreateViewHolder, onFailedToRecycleView, onViewAttachedToWindow, onViewDetachedFromWindow, onViewRecycledprotected final boolean isForViewType(@NonNull
java.lang.Object items,
int position)
isForViewType in class AdapterDelegate<T>items - The data source of the Adapterposition - The position in the datasource