com.google.android.gms.games.multiplayer.Participatable |
Known Indirect Subclasses
Invitation |
Data interface for an invitation object.
|
InvitationEntity |
Data object representing the data for a multiplayer invitation.
|
Room |
Data interface for room functionality.
|
RoomEntity |
Data object representing the data for a room.
|
TurnBasedMatch |
Data interface for turn-based specific match functionality.
|
TurnBasedMatchEntity |
Data object representing the data for a turn-based match.
|
|
Class Overview
Interface defining methods for an object which can have participants.
Public Methods
public
abstract
ArrayList<Participant>
getParticipants
()
Retrieve the Participant
s for this object. This is a list of all Participants
applicable to the given object.