public static interface BulletinContract.Presenter extends BasePresenter<BulletinContract.View>
限定符和类型 | 方法和说明 |
---|---|
void |
addOrEditBulletin(java.lang.String videoId,
com.kxsimon.video.chat.bulletin.BulletinInfo bulletinInfo,
boolean isRestoreLocal,
boolean isShop)
发布/编辑公告板
|
void |
addShopBulletin(java.lang.String videoId,
BulletinShopInfo shopInfo)
发布电商
|
void |
deleteBulletin(java.lang.String videoId,
boolean isShop)
删除公告板
|
java.util.List<com.kxsimon.video.chat.bulletin.BulletinInfo.BulletinRes> |
getBulletinResList()
获取公告板资源列表
|
int |
getCurrentBulletinIndex() |
com.kxsimon.video.chat.bulletin.BulletinInfo |
getCurrentBulletinInfo() |
BulletinShopInfo |
getShopInfo() |
void |
loadBulletinResList()
加载公告板资源列表
|
void |
restoreLocalBulletin(java.lang.String videoId)
加载并发布本地保存的公告板信息
|
addView, clearViews, removeView
void addOrEditBulletin(java.lang.String videoId, com.kxsimon.video.chat.bulletin.BulletinInfo bulletinInfo, boolean isRestoreLocal, boolean isShop)
videoId
- bulletinInfo
- isRestoreLocal
- void deleteBulletin(java.lang.String videoId, boolean isShop)
videoId
- void loadBulletinResList()
java.util.List<com.kxsimon.video.chat.bulletin.BulletinInfo.BulletinRes> getBulletinResList()
void restoreLocalBulletin(java.lang.String videoId)
videoId
- com.kxsimon.video.chat.bulletin.BulletinInfo getCurrentBulletinInfo()
int getCurrentBulletinIndex()
BulletinShopInfo getShopInfo()
void addShopBulletin(java.lang.String videoId, BulletinShopInfo shopInfo)
videoId
-