public class LiveBullenInPresenter extends java.lang.Object implements ILiveBullenInPresenter
| 限定符和类型 | 字段和说明 |
|---|---|
protected com.app.view.FrescoImageWarpper |
bulletinAnimBg |
protected android.view.View |
bulletinAnimLayout
直播间顶部公告,在第一航道下面
|
protected MarqueeText |
bulletinContent |
protected MarqueeText |
bulletinContent1 |
| 构造器和说明 |
|---|
LiveBullenInPresenter() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
clear() |
void |
destroy() |
void |
doBulletinAnim(java.lang.String content,
java.lang.String url,
boolean isShop) |
void |
doRealBulletinAnim(java.lang.String ss,
java.lang.String url,
boolean isShop) |
boolean |
hasLayer(boolean closeLayer) |
boolean |
initialize(android.view.View rootView,
ILiveInfoWrapper liveInfoWrapper)
初始化view
|
boolean |
invalid() |
void |
release() |
void |
showBulletin(BulletinMsgContent msgContent) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitnewInstanceprotected MarqueeText bulletinContent
protected MarqueeText bulletinContent1
protected com.app.view.FrescoImageWarpper bulletinAnimBg
protected android.view.View bulletinAnimLayout
public boolean initialize(@NonNull
android.view.View rootView,
ILiveInfoWrapper liveInfoWrapper)
IViewPresenterinitialize 在接口中 IViewPresenterrootView - 根viewpublic boolean invalid()
invalid 在接口中 IViewPresenterpublic void release()
release 在接口中 IViewPresenterpublic boolean hasLayer(boolean closeLayer)
hasLayer 在接口中 IViewPresenterpublic void showBulletin(BulletinMsgContent msgContent)
showBulletin 在接口中 ILiveBullenInPresenterpublic void clear()
clear 在接口中 ILiveBullenInPresenterpublic void doRealBulletinAnim(java.lang.String ss,
java.lang.String url,
boolean isShop)
public void doBulletinAnim(java.lang.String content,
java.lang.String url,
boolean isShop)
doBulletinAnim 在接口中 ILiveBullenInPresenterpublic void destroy()
destroy 在接口中 IPageLifecycle