public interface

OnInvitationsLoadedListener

com.google.android.gms.games.multiplayer.OnInvitationsLoadedListener

Class Overview

Listener for receiving callbacks when invitations have been loaded.

Summary

Public Methods
abstract void onInvitationsLoaded(int statusCode, InvitationBuffer buffer)
Called when invitations have been loaded.

Public Methods

public abstract void onInvitationsLoaded (int statusCode, InvitationBuffer buffer)

Called when invitations have been loaded. Possible status codes include:

Parameters
statusCode A status code indicating the result of the operation.
buffer 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.