public class LuckyTreasureBoxPresenter extends java.lang.Object implements ILuckyTreasureBoxPresenter
构造器和说明 |
---|
LuckyTreasureBoxPresenter() |
限定符和类型 | 方法和说明 |
---|---|
void |
dismissDialog() |
boolean |
hasLayer(boolean closeLayer) |
boolean |
initialize(android.view.View rootView,
ILiveInfoWrapper liveInfoWrapper)
初始化view
|
boolean |
invalid() |
void |
onTreasureBoxClick(int type) |
void |
release() |
void |
showBonusSettingDialog(int type) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
newInstance
destroy
public boolean initialize(@NonNull android.view.View rootView, ILiveInfoWrapper liveInfoWrapper)
IViewPresenter
initialize
在接口中 IViewPresenter
rootView
- 根viewpublic void showBonusSettingDialog(int type)
public boolean invalid()
invalid
在接口中 IViewPresenter
public void release()
release
在接口中 IViewPresenter
public boolean hasLayer(boolean closeLayer)
hasLayer
在接口中 IViewPresenter
public void onTreasureBoxClick(int type)
onTreasureBoxClick
在接口中 ILuckyTreasureBoxPresenter
public void dismissDialog()
dismissDialog
在接口中 ILuckyTreasureBoxPresenter