public class LiveBottomEntryPresenter extends java.lang.Object implements ILiveBottomEntryPresenter
ILiveBottomEntryPresenter.ShowPopupWindowShowCallBack
构造器和说明 |
---|
LiveBottomEntryPresenter(android.content.Context context,
LiveBottomEntryLayout layout) |
限定符和类型 | 方法和说明 |
---|---|
void |
build(IEntryManager entryManager)
初始化
|
void |
closeFoldPopupWindow()
关闭fold区域弹窗
|
android.view.ViewGroup |
getBottomLayout()
获取底部按钮容器layout
|
android.view.ViewGroup |
getFoldLayout()
获取底部按钮fold区域layout
|
boolean |
isFoldEmpty() |
void |
openAudiencePopupWindow(ILiveBottomEntryPresenter.ShowPopupWindowShowCallBack showPopupWindowShowCallBack)
打开观众端按钮弹窗
|
void |
openFoldPopupWindow(android.view.View mRootView)
打开fold弹窗
|
public LiveBottomEntryPresenter(android.content.Context context, LiveBottomEntryLayout layout)
public void build(IEntryManager entryManager)
ILiveBottomEntryPresenter
build
在接口中 ILiveBottomEntryPresenter
public void openFoldPopupWindow(android.view.View mRootView)
ILiveBottomEntryPresenter
openFoldPopupWindow
在接口中 ILiveBottomEntryPresenter
public void openAudiencePopupWindow(ILiveBottomEntryPresenter.ShowPopupWindowShowCallBack showPopupWindowShowCallBack)
ILiveBottomEntryPresenter
public boolean isFoldEmpty()
isFoldEmpty
在接口中 ILiveBottomEntryPresenter
public void closeFoldPopupWindow()
ILiveBottomEntryPresenter
public android.view.ViewGroup getFoldLayout()
ILiveBottomEntryPresenter
getFoldLayout
在接口中 ILiveBottomEntryPresenter
public android.view.ViewGroup getBottomLayout()
ILiveBottomEntryPresenter
getBottomLayout
在接口中 ILiveBottomEntryPresenter