public interface IEntryManager
限定符和类型 | 接口和说明 |
---|---|
static interface |
IEntryManager.EntrySupplier
Entry supplier(提供者),用以实现如fold的子entry的延迟加载
|
static interface |
IEntryManager.OpCallback |
限定符和类型 | 字段和说明 |
---|---|
static int |
ANCHOR_AUDIO_SCHEME_0
语音直播间的主播 观众端
|
static int |
AUDIENCE_SCHEME_0
观众端(不带folder的布局方式)
|
static int |
AUDIENCE_SCHEME_1
观众端(带folder的布局方式)
|
static int |
MAINAPP_ANCHOR_SCHEME_0
主播端底部按钮
|
限定符和类型 | 方法和说明 |
---|---|
void |
addEntry(ConfigEntry entry)
增加功能入口按钮
|
void |
clearEntryList()
清空列表
|
void |
closeAllPages()
关闭所有功能对应的页面
|
void |
closeAllPagesExcept(java.util.List<java.lang.Integer> idList)
关闭除idList之外所有功能对应的页面
|
void |
closePage(int id)
关闭某一功能对应的页面
|
void |
closePage(int id,
int openId) |
void |
configEntries(int entryScheme,
boolean isGameLive,
boolean isShowBeamBoost,
int ispvt)
配置entry信息
|
ConfigEntry |
getEntryById(int id)
获取指定id的内容
|
java.util.List<ConfigEntry> |
getEntryList()
获取功能入口列表
|
IEntryManager.OpCallback |
getOpCallback() |
boolean |
isEntryRootShow()
底部图标的父布局是否展示
|
void |
openPage(int id)
打开某一功能对应的页面
|
void |
openPageAndCloseOther(int id)
打开某一功能对应的页面,并关闭其它功能的页面
|
void |
refreshAllEntriesVisibility()
刷新所有功能入口的可见性
|
void |
refreshEntryVisibility(int id)
刷新功能入口按钮可见性
|
void |
removeEntry(int id)
移除功能入口按钮
|
void |
setOpCallback(IEntryManager.OpCallback callback)
设置Callback
|
void |
setParentView(android.view.View parentView)
设置父布局
|
void |
setSupplier(int regionId,
IEntryManager.EntrySupplier supplier) |
void |
showAllEntries(boolean show)
展示/隐藏所有入口按钮图标
|
static final int MAINAPP_ANCHOR_SCHEME_0
static final int AUDIENCE_SCHEME_0
static final int AUDIENCE_SCHEME_1
static final int ANCHOR_AUDIO_SCHEME_0
void configEntries(int entryScheme, boolean isGameLive, boolean isShowBeamBoost, int ispvt)
entryScheme
- isGameLive
- isShowBeamBoost
- void showAllEntries(boolean show)
show
- boolean isEntryRootShow()
void closeAllPages()
void closeAllPagesExcept(java.util.List<java.lang.Integer> idList)
idList
- void closePage(int id)
id
- ConfigEntry.Id
void closePage(int id, int openId)
void openPage(int id)
id
- ConfigEntry.Id
void openPageAndCloseOther(int id)
id
- ConfigEntry.Id
void addEntry(ConfigEntry entry)
entry
- ConfigEntry
void removeEntry(int id)
id
- ConfigEntry.Id
void refreshEntryVisibility(int id)
id
- ConfigEntry.Id
void refreshAllEntriesVisibility()
java.util.List<ConfigEntry> getEntryList()
ConfigEntry getEntryById(int id)
id
- ConfigEntry.Id
void clearEntryList()
void setOpCallback(IEntryManager.OpCallback callback)
callback
- IEntryManager.OpCallback getOpCallback()
void setParentView(android.view.View parentView)
parentView
- void setSupplier(int regionId, IEntryManager.EntrySupplier supplier)