public class LiveRoomDataViewModel
extends androidx.lifecycle.ViewModel
| 限定符和类型 | 字段和说明 |
|---|---|
protected boolean |
mScreenRecordingEnabled |
| 构造器和说明 |
|---|
LiveRoomDataViewModel() |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
getmLiveGameType() |
boolean |
isScreenRecordingEnabled() |
void |
setmLiveGameType(int mLiveGameType) |
void |
setScreenRecordingEnabled(boolean mScreenRecordingEnabled) |