Please note that the contents of this offline web site may be out of date. To access the most recent documentation visit the online version .
Note that links that point to online resources are green in color and will open in a new window.
We would love it if you could give us feedback about this material by filling this form (You have to be online to fill it)
package

com.google.android.gms.games.multiplayer

Contains data classes for multiplayer functionality.

Interfaces

Invitation Data interface for an invitation object. 
Invitations Entry point for invitations functionality. 
Invitations.LoadInvitationsResult Result delivered when invitations have been loaded. 
Multiplayer Common constants/methods for multiplayer functionality. 
OnInvitationReceivedListener Listener to invoke when a new invitation is received. 
Participant Data interface for multiplayer participants. 
Participatable Interface defining methods for an object which can have participants. 

Classes

InvitationBuffer DataBuffer implementation containing Invitation data. 
InvitationEntity Data object representing the data for a multiplayer invitation. 
ParticipantBuffer DataBuffer implementation containing match participant data. 
ParticipantEntity Data object representing a Participant in a match. 
ParticipantResult Data class used to report a participant's result in a match. 
ParticipantUtils Utilities for working with multiplayer participants.