Class LevelAdapter.LevelViewHolder
-
- All Implemented Interfaces:
-
android.view.View.OnClickListener
,android.view.View.OnLongClickListener
public final class LevelAdapter.LevelViewHolder extends BaseRecyclerViewHolder<LevelViewModel>
-
-
Constructor Summary
Constructors Constructor Description LevelAdapter.LevelViewHolder(<Error class: unknown class> itemBinding)
-
Method Summary
Modifier and Type Method Description Unit
bindItem(LevelViewModel item)
Calls to update the contents with the item. -
Methods inherited from class com.pointrlabs.core.map.views.helper_views.BaseRecyclerViewHolder
getContext, onClick, onLongClick, setItemClickListener, setItemLongClickListener
-
Methods inherited from class androidx.recyclerview.widget.RecyclerView.ViewHolder
getAdapterPosition, getItemId, getItemViewType, getLayoutPosition, getOldPosition, getPosition, isRecyclable, setIsRecyclable, toString
-
Methods inherited from class android.view.View.OnLongClickListener
onLongClickUseDefaultHapticFeedback
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
bindItem
Unit bindItem(LevelViewModel item)
Calls to update the contents with the item.
Override to set up some private fields to be used by RecyclerView.
-
-
-
-