public class LuckyTurnplatePresenter extends java.lang.Object implements ILuckyTurnplatePresenter
限定符和类型 | 字段和说明 |
---|---|
protected android.view.ViewGroup |
mLuckyPlateContainer |
protected LuckyTurnplateFragment |
mLuckyTurnplateFragment |
protected LuckyTurnplateH5Fragment |
mLuckyTurnPlateH5Fragment |
构造器和说明 |
---|
LuckyTurnplatePresenter() |
限定符和类型 | 方法和说明 |
---|---|
boolean |
hasLayer(boolean closeLayer) |
boolean |
initialize(android.view.View rootView,
ILiveInfoWrapper liveInfoWrapper)
初始化view
|
boolean |
invalid() |
boolean |
isLuckyPlateShow() |
void |
onLuckyTurnplateShow(java.lang.String plateId)
展示幸运转盘页面
|
void |
release() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
newIntance
destroy
protected android.view.ViewGroup mLuckyPlateContainer
protected LuckyTurnplateFragment mLuckyTurnplateFragment
protected LuckyTurnplateH5Fragment mLuckyTurnPlateH5Fragment
public boolean initialize(@NonNull android.view.View rootView, ILiveInfoWrapper liveInfoWrapper)
IViewPresenter
initialize
在接口中 IViewPresenter
rootView
- 根viewpublic boolean invalid()
invalid
在接口中 IViewPresenter
public void release()
release
在接口中 IViewPresenter
public boolean hasLayer(boolean closeLayer)
hasLayer
在接口中 IViewPresenter
public void onLuckyTurnplateShow(java.lang.String plateId)
onLuckyTurnplateShow
在接口中 ILuckyTurnplatePresenter
plateId
- 转盘idpublic boolean isLuckyPlateShow()
isLuckyPlateShow
在接口中 ILuckyTurnplatePresenter