public final class GKTurnBasedParticipantStatus
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static long |
Active
a participant that is active in this match
|
static long |
Declined
a participant that has declined an invite to this match
|
static long |
Done
a participant is done with this session
|
static long |
Invited
a participant has been invited but not yet responded
|
static long |
Matching
a participant that is waiting to be matched
|
static long |
Unknown
Statuses that are set by GameKit
|
public static final long Unknown
public static final long Invited
public static final long Declined
public static final long Matching
public static final long Active
public static final long Done