public interface ILiveBottomEntryPresenter
限定符和类型 | 接口和说明 |
---|---|
static interface |
ILiveBottomEntryPresenter.ShowPopupWindowShowCallBack |
限定符和类型 | 方法和说明 |
---|---|
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弹窗
|
void build(IEntryManager entryManager)
void openFoldPopupWindow(android.view.View mRootView)
void openAudiencePopupWindow(ILiveBottomEntryPresenter.ShowPopupWindowShowCallBack showPopupWindowShowCallBack)
boolean isFoldEmpty()
void closeFoldPopupWindow()
android.view.ViewGroup getFoldLayout()
android.view.ViewGroup getBottomLayout()