public static interface

Events.LoadEventsResult

implements Releasable Result
com.google.android.gms.games.event.Events.LoadEventsResult

Class Overview

Result delivered when event data has been loaded.

Possible status codes include:

Summary

Public Methods
abstract EventBuffer getEvents()
[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 EventBuffer getEvents ()

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