public class OfficialChannelPresenter extends java.lang.Object implements OfficialChannelContract.Presenter
构造器和说明 |
---|
OfficialChannelPresenter(OfficialChannelContract.View view,
boolean isHost,
java.lang.String vid) |
限定符和类型 | 方法和说明 |
---|---|
void |
addView(OfficialChannelContract.View view) |
void |
clearViews() |
void |
destroy() |
void |
extendLiveTime() |
void |
fetchOfficialListInfo(java.lang.String id,
boolean showPop,
boolean first) |
void |
onEventMainThread(OfficialDelayRequestMsgContent msg) |
void |
onEventMainThread(OfficialNextVideoMsgContent msg) |
void |
onEventMainThread(OfficialReadyMsgContent msg) |
void |
removeView(OfficialChannelContract.View view) |
void |
subscribeOfficialChannel(java.lang.String id,
int act) |
public OfficialChannelPresenter(OfficialChannelContract.View view, boolean isHost, java.lang.String vid)
public void fetchOfficialListInfo(java.lang.String id, boolean showPop, boolean first)
public void subscribeOfficialChannel(java.lang.String id, int act)
public void extendLiveTime()
public void onEventMainThread(OfficialNextVideoMsgContent msg)
public void onEventMainThread(OfficialReadyMsgContent msg)
public void onEventMainThread(OfficialDelayRequestMsgContent msg)
public void destroy()
destroy
在接口中 OfficialChannelContract.Presenter
public void addView(OfficialChannelContract.View view)
addView
在接口中 BasePresenter<OfficialChannelContract.View>
public void removeView(OfficialChannelContract.View view)
removeView
在接口中 BasePresenter<OfficialChannelContract.View>
public void clearViews()
clearViews
在接口中 BasePresenter<OfficialChannelContract.View>