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, wait
newInstance
protected 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)
IViewPresenter
initialize
在接口中 IViewPresenter
rootView
- 根viewpublic boolean invalid()
invalid
在接口中 IViewPresenter
public void release()
release
在接口中 IViewPresenter
public boolean hasLayer(boolean closeLayer)
hasLayer
在接口中 IViewPresenter
public void showBulletin(BulletinMsgContent msgContent)
showBulletin
在接口中 ILiveBullenInPresenter
public void clear()
clear
在接口中 ILiveBullenInPresenter
public 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
在接口中 ILiveBullenInPresenter
public void destroy()
destroy
在接口中 IPageLifecycle