-
public final class DyteParticipantsAdapter extends ListAdapter<UiParticipantPlank, DyteParticipantsAdapter.BaseViewHolder>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classDyteParticipantsAdapter.SearchBoxViewHolderpublic final classDyteParticipantsAdapter.JoinedParticipantViewHolderpublic final classDyteParticipantsAdapter.WaitListedParticipantViewHolderpublic final classDyteParticipantsAdapter.LableViewHolderpublic final classDyteParticipantsAdapter.AcceptAllViewHolderpublic abstract classDyteParticipantsAdapter.BaseViewHolderpublic classDyteParticipantsAdapter.Companion
-
Field Summary
Fields Modifier and Type Field Description private final AsyncListDiffer<UiParticipantPlank>mDiffer
-
Constructor Summary
Constructors Constructor Description DyteParticipantsAdapter(Function1<DyteMeetingParticipant, Unit> onHostControlsClicked, Function1<String, Unit> onSearchTextChanged)
-
Method Summary
Modifier and Type Method Description IntegergetItemViewType(Integer position)DyteParticipantsAdapter.BaseViewHolderonCreateViewHolder(ViewGroup parent, Integer viewType)UnitonBindViewHolder(DyteParticipantsAdapter.BaseViewHolder holder, Integer position)-
Methods inherited from class androidx.recyclerview.widget.ListAdapter
bindViewHolder, createViewHolder, getItemId, hasObservers, hasStableIds, notifyDataSetChanged, notifyItemChanged, notifyItemChanged, notifyItemInserted, notifyItemMoved, notifyItemRangeChanged, notifyItemRangeChanged, notifyItemRangeInserted, notifyItemRangeRemoved, notifyItemRemoved, onAttachedToRecyclerView, onBindViewHolder, onDetachedFromRecyclerView, onFailedToRecycleView, onViewAttachedToWindow, onViewDetachedFromWindow, onViewRecycled, registerAdapterDataObserver, setHasStableIds, unregisterAdapterDataObserver -
Methods inherited from class dyte.io.uikit.screens.participant.DyteParticipantsAdapter
getCurrentList, getItem, getItemCount, onCurrentListChanged, submitList, submitList -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getItemViewType
Integer getItemViewType(Integer position)
-
onCreateViewHolder
DyteParticipantsAdapter.BaseViewHolder onCreateViewHolder(ViewGroup parent, Integer viewType)
-
onBindViewHolder
Unit onBindViewHolder(DyteParticipantsAdapter.BaseViewHolder holder, Integer position)
-
-
-
-