com.google.android.gms.games.event
Stay organized with collections
Save and categorize content based on your preferences.
Interfaces
Classes
EventBuffer
|
Data structure providing access to a list of
events. |
EventEntity
|
Data object representing the data for a
event. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-09-10 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-10 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eEvents\u003c/code\u003e interface is deprecated and you should use the \u003ccode\u003eEventsClient\u003c/code\u003e instead.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eEvents.LoadEventsResult\u003c/code\u003e interface is deprecated and the \u003ccode\u003eEventBuffer\u003c/code\u003e is now returned directly in the \u003ccode\u003eEventsClient\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eEvent\u003c/code\u003e interface provides access to retrieving event information.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eEventBuffer\u003c/code\u003e provides data structure to access a list of events.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eEventEntity\u003c/code\u003e represents the data object for an event.\u003c/p\u003e\n"]]],["The document outlines interfaces and classes for managing event data in Android games. The `Event` interface allows retrieval of event details. The `Events` interface is deprecated, with `EventsClient` as its replacement. `Events.LoadEventsResult` is also deprecated, replaced by direct return of `EventBuffer` in `EventsClient`. The `EventBuffer` class provides access to a list of events, while `EventEntity` represents the data for an individual event.\n"],null,[]]