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)
ILiveBottomEntryPresenterbuild 在接口中 ILiveBottomEntryPresenterpublic void openFoldPopupWindow(android.view.View mRootView)
ILiveBottomEntryPresenteropenFoldPopupWindow 在接口中 ILiveBottomEntryPresenterpublic void openAudiencePopupWindow(ILiveBottomEntryPresenter.ShowPopupWindowShowCallBack showPopupWindowShowCallBack)
ILiveBottomEntryPresenterpublic boolean isFoldEmpty()
isFoldEmpty 在接口中 ILiveBottomEntryPresenterpublic void closeFoldPopupWindow()
ILiveBottomEntryPresenterpublic android.view.ViewGroup getFoldLayout()
ILiveBottomEntryPresentergetFoldLayout 在接口中 ILiveBottomEntryPresenterpublic android.view.ViewGroup getBottomLayout()
ILiveBottomEntryPresentergetBottomLayout 在接口中 ILiveBottomEntryPresenter