com.google.android.gms.games.multiplayer.Invitation |
Known Indirect Subclasses
|
Data interface for an invitation object.
[Expand]
Inherited Constants | |||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From interface
android.os.Parcelable
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Retrieve the server timestamp at which this
Invitation was created. | |||||||||||
Retrieve the
Game object that this Invitation is associated with. | |||||||||||
Retrieve the ID of this
Invitation . | |||||||||||
Retrieve the
Participant who created this Invitation . | |||||||||||
Retrieve the variant specified for this
Invitation , if any. |
[Expand]
Inherited Methods | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From interface
android.os.Parcelable
| |||||||||||||||
From interface
com.google.android.gms.common.data.Freezable
| |||||||||||||||
From interface
com.google.android.gms.games.multiplayer.Participatable
|
Retrieve the server timestamp at which this Invitation
was created.
Invitation
was created.
Retrieve the Game
object that this Invitation
is associated with.
Game
object for this Invitation
.
Retrieve the ID of this Invitation
.
Invitation
.
Retrieve the Participant
who created this Invitation
.
Participant
who created this Invitation
.
Retrieve the variant specified for this Invitation
, if any. A variant is an optional
developer-controlled parameter describing the type of game to play. If specified, this value
will be a positive integer. If this invitation had no variant specified, returns
ROOM_VARIANT_ANY
.