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, waitnewInstancedestroypublic boolean initialize(@NonNull
android.view.View rootView,
ILiveInfoWrapper liveInfoWrapper)
IViewPresenterinitialize 在接口中 IViewPresenterrootView - 根viewpublic void showBonusSettingDialog(int type)
public boolean invalid()
invalid 在接口中 IViewPresenterpublic void release()
release 在接口中 IViewPresenterpublic boolean hasLayer(boolean closeLayer)
hasLayer 在接口中 IViewPresenterpublic void onTreasureBoxClick(int type)
onTreasureBoxClick 在接口中 ILuckyTreasureBoxPresenterpublic void dismissDialog()
dismissDialog 在接口中 ILuckyTreasureBoxPresenter