public class LiveRecommendPresenter extends java.lang.Object implements ILiveRecommendPresenter
限定符和类型 | 字段和说明 |
---|---|
protected androidx.appcompat.widget.AppCompatButton |
mLiveRecommendForYouTv |
构造器和说明 |
---|
LiveRecommendPresenter() |
限定符和类型 | 方法和说明 |
---|---|
boolean |
canShowForYouSwitch() |
void |
closeForYou() |
boolean |
hasLayer(boolean closeLayer) |
boolean |
initialize(android.view.View rootView,
ILiveInfoWrapper liveInfoWrapper)
初始化view
|
boolean |
invalid() |
void |
release() |
void |
showDefaultForYou() |
void |
showForYou() |
void |
showOrHideForYouSwitch() |
void |
showOrHideForYouSwitch(boolean isHide) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
newInstance
destroy
protected androidx.appcompat.widget.AppCompatButton mLiveRecommendForYouTv
public boolean initialize(@NonNull android.view.View rootView, ILiveInfoWrapper liveInfoWrapper)
IViewPresenter
initialize
在接口中 IViewPresenter
rootView
- 根viewpublic void showOrHideForYouSwitch()
public void showOrHideForYouSwitch(boolean isHide)
public void showDefaultForYou()
showDefaultForYou
在接口中 ILiveRecommendPresenter
public boolean canShowForYouSwitch()
canShowForYouSwitch
在接口中 ILiveRecommendPresenter
public void showForYou()
showForYou
在接口中 ILiveRecommendPresenter
public void closeForYou()
closeForYou
在接口中 ILiveRecommendPresenter
public boolean invalid()
invalid
在接口中 IViewPresenter
public void release()
release
在接口中 IViewPresenter
public boolean hasLayer(boolean closeLayer)
hasLayer
在接口中 IViewPresenter