public class MatchMakerInviteAdapter extends androidx.recyclerview.widget.RecyclerView.Adapter<MatchMakerInviteAdapter.VcallInviteHolder>
限定符和类型 | 类和说明 |
---|---|
static interface |
MatchMakerInviteAdapter.OnSelectCallBack |
static class |
MatchMakerInviteAdapter.VcallInviteHolder |
构造器和说明 |
---|
MatchMakerInviteAdapter(android.content.Context mContext,
int type,
MatchMakerInviteAdapter.OnSelectCallBack mCallBack) |
限定符和类型 | 方法和说明 |
---|---|
void |
addData(java.util.List<OnlineAudienceAndRecentBean.DataBean.UserBean> newList) |
int |
getItemCount() |
void |
onBindViewHolder(MatchMakerInviteAdapter.VcallInviteHolder holder,
int position) |
MatchMakerInviteAdapter.VcallInviteHolder |
onCreateViewHolder(android.view.ViewGroup parent,
int viewType) |
void |
setData(java.util.List<OnlineAudienceAndRecentBean.DataBean.UserBean> newList) |
void |
updateInviteList(java.lang.String uid) |
bindViewHolder, createViewHolder, getItemId, getItemViewType, hasObservers, hasStableIds, notifyDataSetChanged, notifyItemChanged, notifyItemChanged, notifyItemInserted, notifyItemMoved, notifyItemRangeChanged, notifyItemRangeChanged, notifyItemRangeInserted, notifyItemRangeRemoved, notifyItemRemoved, onAttachedToRecyclerView, onBindViewHolder, onDetachedFromRecyclerView, onFailedToRecycleView, onViewAttachedToWindow, onViewDetachedFromWindow, onViewRecycled, registerAdapterDataObserver, setHasStableIds, unregisterAdapterDataObserver
public MatchMakerInviteAdapter(android.content.Context mContext, int type, MatchMakerInviteAdapter.OnSelectCallBack mCallBack)
public void setData(java.util.List<OnlineAudienceAndRecentBean.DataBean.UserBean> newList)
public void addData(java.util.List<OnlineAudienceAndRecentBean.DataBean.UserBean> newList)
public MatchMakerInviteAdapter.VcallInviteHolder onCreateViewHolder(android.view.ViewGroup parent, int viewType)
onCreateViewHolder
在类中 androidx.recyclerview.widget.RecyclerView.Adapter<MatchMakerInviteAdapter.VcallInviteHolder>
public int getItemCount()
getItemCount
在类中 androidx.recyclerview.widget.RecyclerView.Adapter<MatchMakerInviteAdapter.VcallInviteHolder>
public void onBindViewHolder(MatchMakerInviteAdapter.VcallInviteHolder holder, int position)
onBindViewHolder
在类中 androidx.recyclerview.widget.RecyclerView.Adapter<MatchMakerInviteAdapter.VcallInviteHolder>
public void updateInviteList(java.lang.String uid)