Following the deprecation of the Google Sign-In API, we are removing the games v1 SDK in 2026. After February 2025, you will be unable to publish titles that are newly integrated with games v1 SDK, on Google Play. We recommend that you use the games v2 SDK instead.
While existing titles with the previous games v1 integrations continue to function for a couple of years, you are encouraged to migrate to v2 starting June 2025.
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-01-24 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-01-24 UTC."],[[["The `Events` interface is deprecated and you should use the `EventsClient` instead."],["The `Events.LoadEventsResult` interface is deprecated and the `EventBuffer` is now returned directly in the `EventsClient`."],["`Event` interface provides access to retrieving event information."],["`EventBuffer` provides data structure to access a list of events."],["`EventEntity` represents the data object for an event."]]],["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"]]