Class LevelAdapter.LevelViewHolder

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • 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
    • Constructor Detail

      • LevelAdapter.LevelViewHolder

        LevelAdapter.LevelViewHolder(<Error class: unknown class> itemBinding)
    • 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.