public class LiveContextImpl
extends java.lang.Object
implements com.kxsimon.video.chat.manager.ILiveContext
构造器和说明 |
---|
LiveContextImpl() |
限定符和类型 | 方法和说明 |
---|---|
void |
addLiveListener(com.kxsimon.video.chat.manager.ILiveContext.OnLiveStateListener listener)
增加直播状态监听器
|
void |
closeAllPopupPage()
关闭所有的弹出页面
|
com.kxsimon.video.chat.manager.ILiveManager |
getLiveManager(java.lang.String name)
根据name获取对应的管理类
|
boolean |
isLiveFinished()
直播是否结束
|
boolean |
isLiveStarted()
直播是否开始
|
boolean |
isLiveVisible()
直播是否可见
|
void |
removeLiveListener(com.kxsimon.video.chat.manager.ILiveContext.OnLiveStateListener listener)
删除直播状态监听器
|
void |
triggerLiveFinish(boolean normal)
直播结束
|
void |
triggerLiveStart()
直播开始
|
void |
triggerLiveVisibleChange(boolean visible)
直播可见状态改变
|
public com.kxsimon.video.chat.manager.ILiveManager getLiveManager(java.lang.String name)
com.kxsimon.video.chat.manager.ILiveContext
getLiveManager
在接口中 com.kxsimon.video.chat.manager.ILiveContext
public void triggerLiveStart()
com.kxsimon.video.chat.manager.ILiveContext
triggerLiveStart
在接口中 com.kxsimon.video.chat.manager.ILiveContext
public boolean isLiveStarted()
com.kxsimon.video.chat.manager.ILiveContext
isLiveStarted
在接口中 com.kxsimon.video.chat.manager.ILiveContext
public void triggerLiveFinish(boolean normal)
com.kxsimon.video.chat.manager.ILiveContext
triggerLiveFinish
在接口中 com.kxsimon.video.chat.manager.ILiveContext
normal
- 是否正常结束public boolean isLiveFinished()
com.kxsimon.video.chat.manager.ILiveContext
isLiveFinished
在接口中 com.kxsimon.video.chat.manager.ILiveContext
public void triggerLiveVisibleChange(boolean visible)
com.kxsimon.video.chat.manager.ILiveContext
triggerLiveVisibleChange
在接口中 com.kxsimon.video.chat.manager.ILiveContext
public boolean isLiveVisible()
com.kxsimon.video.chat.manager.ILiveContext
isLiveVisible
在接口中 com.kxsimon.video.chat.manager.ILiveContext
public void addLiveListener(com.kxsimon.video.chat.manager.ILiveContext.OnLiveStateListener listener)
com.kxsimon.video.chat.manager.ILiveContext
addLiveListener
在接口中 com.kxsimon.video.chat.manager.ILiveContext
public void removeLiveListener(com.kxsimon.video.chat.manager.ILiveContext.OnLiveStateListener listener)
com.kxsimon.video.chat.manager.ILiveContext
removeLiveListener
在接口中 com.kxsimon.video.chat.manager.ILiveContext
public void closeAllPopupPage()
com.kxsimon.video.chat.manager.ILiveContext
closeAllPopupPage
在接口中 com.kxsimon.video.chat.manager.ILiveContext