public interface

Invitation

implements Parcelable Freezable<T> Participatable
com.google.android.gms.games.multiplayer.Invitation
Known Indirect Subclasses

Class Overview

Data interface for an invitation object.

Summary

[Expand]
Inherited Constants
From interface android.os.Parcelable
Public Methods
abstract long getCreationTimestamp()
Retrieve the server timestamp at which this Invitation was created.
abstract Game getGame()
Retrieve the Game object that this Invitation is associated with.
abstract String getInvitationId()
Retrieve the ID of this Invitation.
abstract Participant getInviter()
Retrieve the Participant who created this Invitation.
[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

Public Methods

public abstract long getCreationTimestamp ()

Retrieve the server timestamp at which this Invitation was created.

Returns
  • The server timestamp at which this Invitation was created.

public abstract Game getGame ()

Retrieve the Game object that this Invitation is associated with.

Returns

public abstract String getInvitationId ()

Retrieve the ID of this Invitation.

Returns

public abstract Participant getInviter ()

Retrieve the Participant who created this Invitation.

Returns