-
public final class RtmpRecordAdapter extends ListAdapter<String, RtmpViewHolder>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classRtmpRecordAdapter.Companion
-
Field Summary
Fields Modifier and Type Field Description private final AsyncListDiffer<String>mDiffer
-
Constructor Summary
Constructors Constructor Description RtmpRecordAdapter(Function1<String, Unit> onItemClick)
-
Method Summary
Modifier and Type Method Description RtmpViewHolderonCreateViewHolder(ViewGroup parent, Integer viewType)UnitonBindViewHolder(RtmpViewHolder holder, Integer position)-
Methods inherited from class androidx.recyclerview.widget.ListAdapter
bindViewHolder, canRestoreState, createViewHolder, findRelativeAdapterPositionIn, getItemId, getItemViewType, getStateRestorationPolicy, hasObservers, hasStableIds, notifyDataSetChanged, notifyItemChanged, notifyItemChanged, notifyItemInserted, notifyItemMoved, notifyItemRangeChanged, notifyItemRangeChanged, notifyItemRangeInserted, notifyItemRangeRemoved, notifyItemRemoved, onAttachedToRecyclerView, onBindViewHolder, onDetachedFromRecyclerView, onFailedToRecycleView, onViewAttachedToWindow, onViewDetachedFromWindow, onViewRecycled, registerAdapterDataObserver, setHasStableIds, setStateRestorationPolicy, unregisterAdapterDataObserver -
Methods inherited from class live.hms.roomkit.ui.meeting.participants.RtmpRecordAdapter
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
-
onCreateViewHolder
RtmpViewHolder onCreateViewHolder(ViewGroup parent, Integer viewType)
-
onBindViewHolder
Unit onBindViewHolder(RtmpViewHolder holder, Integer position)
-
-
-
-