public static interface BulletinContract.View extends BaseView<BulletinContract.Presenter>
限定符和类型 | 方法和说明 |
---|---|
void |
bulletinLoadComplete(boolean isSuccess,
java.util.List<com.kxsimon.video.chat.bulletin.BulletinInfo.BulletinRes> bulletinResList)
公告板资源加载完成
|
void |
failureCallback(com.kxsimon.video.chat.bulletin.BulletinInfo.BulletinOps ops)
操作失败回调
|
void |
refreshBulletin(com.kxsimon.video.chat.bulletin.BulletinInfo bulletinInfo)
刷新公告板信息
|
void |
shopSuccessCallback(BulletinShopInfo shopInfo,
int action) |
void |
showLocalBulletin(com.kxsimon.video.chat.bulletin.BulletinInfo bulletinInfo)
展现本地保存的公告板信息
|
void |
showShopBulletin(BulletinShopMsgContent shop) |
void |
successCallback(com.kxsimon.video.chat.bulletin.BulletinInfo.BulletinOps ops)
操作成功回调
|
setPresenter
void refreshBulletin(com.kxsimon.video.chat.bulletin.BulletinInfo bulletinInfo)
bulletinInfo
- void bulletinLoadComplete(boolean isSuccess, java.util.List<com.kxsimon.video.chat.bulletin.BulletinInfo.BulletinRes> bulletinResList)
isSuccess
- bulletinResList
- void showLocalBulletin(com.kxsimon.video.chat.bulletin.BulletinInfo bulletinInfo)
void failureCallback(com.kxsimon.video.chat.bulletin.BulletinInfo.BulletinOps ops)
ops
- void successCallback(com.kxsimon.video.chat.bulletin.BulletinInfo.BulletinOps ops)
ops
- void showShopBulletin(BulletinShopMsgContent shop)
void shopSuccessCallback(BulletinShopInfo shopInfo, int action)