public class CommonTreasureBoxPresenter extends java.lang.Object implements ICommonTreasureBoxPresenter
构造器和说明 |
---|
CommonTreasureBoxPresenter() |
限定符和类型 | 方法和说明 |
---|---|
void |
destroy() |
void |
dismissDialog() |
BonusNamedMessages.BonusNamedList |
getNamedList() |
boolean |
hasLayer(boolean closeLayer) |
boolean |
initialize(android.view.View rootView,
ILiveInfoWrapper liveInfoWrapper)
初始化view
|
boolean |
invalid() |
void |
onBonusClick() |
void |
queryBonusNamedMsg()
获取冠名信息,幸运宝箱,主播任务宝箱都需要该信息
|
void |
release() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
newInstance
public boolean initialize(@NonNull android.view.View rootView, ILiveInfoWrapper liveInfoWrapper)
IViewPresenter
initialize
在接口中 IViewPresenter
rootView
- 根viewpublic void queryBonusNamedMsg()
public BonusNamedMessages.BonusNamedList getNamedList()
getNamedList
在接口中 ICommonTreasureBoxPresenter
public void onBonusClick()
onBonusClick
在接口中 ICommonTreasureBoxPresenter
public void dismissDialog()
dismissDialog
在接口中 ICommonTreasureBoxPresenter
public boolean invalid()
invalid
在接口中 IViewPresenter
public void release()
release
在接口中 IViewPresenter
public boolean hasLayer(boolean closeLayer)
hasLayer
在接口中 IViewPresenter
public void destroy()
destroy
在接口中 IPageLifecycle