public class VcallInviteAdapter extends androidx.recyclerview.widget.RecyclerView.Adapter<VcallInviteAdapter.VcallInviteHolder>
限定符和类型 | 类和说明 |
---|---|
static class |
VcallInviteAdapter.User |
static class |
VcallInviteAdapter.VcallInviteHolder |
限定符和类型 | 字段和说明 |
---|---|
static int |
TYPE_FANS |
static int |
TYPE_RECENT |
构造器和说明 |
---|
VcallInviteAdapter(android.content.Context mContext,
int type,
ShareVideoFragment.OnSelectCallBack mCallBack) |
限定符和类型 | 方法和说明 |
---|---|
void |
addData(java.util.List<VcallInviteAdapter.User> newList) |
int |
getItemCount() |
void |
onBindViewHolder(VcallInviteAdapter.VcallInviteHolder holder,
int position) |
VcallInviteAdapter.VcallInviteHolder |
onCreateViewHolder(android.view.ViewGroup parent,
int viewType) |
void |
setData(java.util.List<VcallInviteAdapter.User> 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 static final int TYPE_RECENT
public static final int TYPE_FANS
public VcallInviteAdapter(android.content.Context mContext, int type, ShareVideoFragment.OnSelectCallBack mCallBack)
public void setData(java.util.List<VcallInviteAdapter.User> newList)
public void addData(java.util.List<VcallInviteAdapter.User> newList)
public VcallInviteAdapter.VcallInviteHolder onCreateViewHolder(android.view.ViewGroup parent, int viewType)
onCreateViewHolder
在类中 androidx.recyclerview.widget.RecyclerView.Adapter<VcallInviteAdapter.VcallInviteHolder>
public int getItemCount()
getItemCount
在类中 androidx.recyclerview.widget.RecyclerView.Adapter<VcallInviteAdapter.VcallInviteHolder>
public void onBindViewHolder(VcallInviteAdapter.VcallInviteHolder holder, int position)
onBindViewHolder
在类中 androidx.recyclerview.widget.RecyclerView.Adapter<VcallInviteAdapter.VcallInviteHolder>
public void updateInviteList(java.lang.String uid)