public static interface

Invitations.LoadInvitationsResult

implements Releasable Result
com.google.android.gms.games.multiplayer.Invitations.LoadInvitationsResult

Class Overview

Result delivered when invitations have been loaded. Possible status codes include:

Summary

Public Methods
abstract InvitationBuffer getInvitations()
[Expand]
Inherited Methods
From interface com.google.android.gms.common.api.Releasable
From interface com.google.android.gms.common.api.Result

Public Methods

public abstract InvitationBuffer getInvitations ()

Returns
  • The invitations that were requested. This is guaranteed to be non-null, though it may be empty. The listener must close this object when finished.