直播结束,悬浮窗

This commit is contained in:
18401019693
2022-10-17 14:48:19 +08:00
parent 814e45952c
commit 842ef05dc7
8 changed files with 628 additions and 64 deletions

View File

@@ -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;