直播结束,悬浮窗
This commit is contained in:
@@ -11,6 +11,16 @@ public class LiveFloatEvent extends BaseModel {
|
||||
private int mLiveType;
|
||||
private int mLiveSDK;
|
||||
private int mLiveTypeVal;
|
||||
private boolean isTime = true;
|
||||
|
||||
public boolean isTime() {
|
||||
return isTime;
|
||||
}
|
||||
|
||||
public LiveFloatEvent setTime(boolean time) {
|
||||
isTime = time;
|
||||
return this;
|
||||
}
|
||||
|
||||
public LiveBean getmLiveBean() {
|
||||
return mLiveBean;
|
||||
|
||||
Reference in New Issue
Block a user