public class LiveAudienceListPresenter extends java.lang.Object implements ILiveAudienceListPresenter
限定符和类型 | 字段和说明 |
---|---|
protected HeadIconAdapter |
headIconAdapter |
protected androidx.recyclerview.widget.RecyclerView |
iconlinearLayout |
构造器和说明 |
---|
LiveAudienceListPresenter() |
限定符和类型 | 方法和说明 |
---|---|
void |
addJoinMsg2Adapter(com.live.immsgmodel.JoinChatroomMsgContent msg,
boolean isShowJoinMsg,
boolean isList) |
void |
destroy() |
java.util.List<com.kxsimon.video.chat.recycler.HeadIcon> |
getTopFansList() |
boolean |
hasLayer(boolean closeLayer) |
protected void |
initHeadImageList()
初始化顶部 头像列表List
|
boolean |
initialize(android.view.View rootView,
ILiveInfoWrapper liveInfoWrapper)
初始化view
|
boolean |
invalid() |
void |
notifyLeaveMsg(java.lang.String sUid) |
void |
notifyUpdate() |
void |
release() |
void |
setLiveAudienceIsShow(boolean isShow)
动态显示或者隐藏头部列表
|
boolean |
updateHeadIconContribute(java.lang.String uid,
java.lang.String name,
java.lang.String logo,
int level,
java.lang.String s,
int verifyType,
int contribute,
int kValue) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
newInstance
protected androidx.recyclerview.widget.RecyclerView iconlinearLayout
protected HeadIconAdapter headIconAdapter
public boolean initialize(@NonNull android.view.View rootView, @NonNull ILiveInfoWrapper liveInfoWrapper)
IViewPresenter
initialize
在接口中 IViewPresenter
rootView
- 根viewprotected void initHeadImageList()
public void addJoinMsg2Adapter(com.live.immsgmodel.JoinChatroomMsgContent msg, boolean isShowJoinMsg, boolean isList)
addJoinMsg2Adapter
在接口中 ILiveAudienceListPresenter
public java.util.List<com.kxsimon.video.chat.recycler.HeadIcon> getTopFansList()
getTopFansList
在接口中 ILiveAudienceListPresenter
public void notifyLeaveMsg(java.lang.String sUid)
notifyLeaveMsg
在接口中 ILiveAudienceListPresenter
public void notifyUpdate()
notifyUpdate
在接口中 ILiveAudienceListPresenter
public boolean updateHeadIconContribute(java.lang.String uid, java.lang.String name, java.lang.String logo, int level, java.lang.String s, int verifyType, int contribute, int kValue)
public void setLiveAudienceIsShow(boolean isShow)
ILiveAudienceListPresenter
setLiveAudienceIsShow
在接口中 ILiveAudienceListPresenter
isShow
- 是否展示public void destroy()
destroy
在接口中 IPageLifecycle
public boolean invalid()
invalid
在接口中 IViewPresenter
public void release()
release
在接口中 IViewPresenter
public boolean hasLayer(boolean closeLayer)
hasLayer
在接口中 IViewPresenter