public class LiveNotifyTipPresenter extends java.lang.Object implements ILiveNotifyTipPresenter
限定符和类型 | 字段和说明 |
---|---|
protected boolean |
canShowNotifyTip |
protected com.app.view.LowMemImageView |
mNotifyTipClose |
protected android.widget.TextView |
mNotifyTipContent |
protected com.app.user.view.RoundImageView |
mNotifyTipHead |
protected android.view.ViewGroup |
mNotifyTipLayout |
protected NormalChangeableDialog |
notifyCloseDialog |
protected TopFansMgr |
topNotifyTipMgr |
构造器和说明 |
---|
LiveNotifyTipPresenter() |
限定符和类型 | 方法和说明 |
---|---|
void |
addNotifyTip(FirstGiftUserMsgContent msgContent) |
void |
destroy() |
protected void |
doNotifyTipAnim(java.lang.CharSequence ss,
java.lang.String headUrl) |
boolean |
hasLayer(boolean closeLayer) |
boolean |
initialize(android.view.View rootView,
ILiveInfoWrapper liveInfoWrapper)
初始化view
|
void |
initNotifyTopView(android.view.View mRootView) |
boolean |
invalid() |
void |
release() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
newInstance
protected android.view.ViewGroup mNotifyTipLayout
protected com.app.user.view.RoundImageView mNotifyTipHead
protected android.widget.TextView mNotifyTipContent
protected com.app.view.LowMemImageView mNotifyTipClose
protected NormalChangeableDialog notifyCloseDialog
protected boolean canShowNotifyTip
protected TopFansMgr topNotifyTipMgr
public boolean initialize(@NonNull android.view.View rootView, ILiveInfoWrapper liveInfoWrapper)
IViewPresenter
initialize
在接口中 IViewPresenter
rootView
- 根viewpublic void initNotifyTopView(android.view.View mRootView)
public void addNotifyTip(FirstGiftUserMsgContent msgContent)
addNotifyTip
在接口中 ILiveNotifyTipPresenter
protected void doNotifyTipAnim(java.lang.CharSequence ss, java.lang.String headUrl)
public boolean invalid()
invalid
在接口中 IViewPresenter
public void release()
release
在接口中 IViewPresenter
public boolean hasLayer(boolean closeLayer)
hasLayer
在接口中 IViewPresenter
public void destroy()
destroy
在接口中 IPageLifecycle