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, waitnewInstanceprotected 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)
IViewPresenterinitialize 在接口中 IViewPresenterrootView - 根viewpublic void initNotifyTopView(android.view.View mRootView)
public void addNotifyTip(FirstGiftUserMsgContent msgContent)
addNotifyTip 在接口中 ILiveNotifyTipPresenterprotected void doNotifyTipAnim(java.lang.CharSequence ss,
java.lang.String headUrl)
public boolean invalid()
invalid 在接口中 IViewPresenterpublic void release()
release 在接口中 IViewPresenterpublic boolean hasLayer(boolean closeLayer)
hasLayer 在接口中 IViewPresenterpublic void destroy()
destroy 在接口中 IPageLifecycle