public class MultiUser
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
MultiUser.Role
Multiplayer interactive cloud game user roles
|
Modifier and Type | Field and Description |
---|---|
static <any> |
CREATOR |
static int |
MIC_STATUS_DISABLE
If the mic is muted by the room owner, the user cannot unmute it.
|
static int |
MIC_STATUS_OFF
If the mic is muted by the user, the user can unmute it.
|
static int |
MIC_STATUS_ON
The user unmutes the mic.
|
int |
micStatus
The status of the user mic
`0`: The mic is muted by the room owner.
|
int |
seatIndex
The user seat
|
java.lang.String |
userID
The user ID
|
Modifier | Constructor and Description |
---|---|
protected |
MultiUser(Parcel in) |
Modifier and Type | Method and Description |
---|---|
int |
describeContents() |
java.lang.String |
toString() |
void |
writeToParcel(Parcel dest,
int flags) |
public java.lang.String userID
public int seatIndex
public int micStatus
MIC_STATUS_DISABLE
,
MIC_STATUS_OFF
,
MIC_STATUS_ON
public static final int MIC_STATUS_DISABLE
public static final int MIC_STATUS_OFF
public static final int MIC_STATUS_ON
public static final <any> CREATOR