com.google.android.gms.games.event
Interfaces
Event
|
Data interface for retrieving event
information. |
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 2024-10-31 UTC.
[null,null,["Last updated 2024-10-31 UTC."],[[["The Events API provides interfaces and classes for accessing and manipulating event data within Google Play Games Services."],["Developers can retrieve event information using the `Event` interface and access lists of events through the `EventBuffer` class."],["The `EventEntity` class represents the underlying data structure of an event, encapsulating its relevant information."]]],["The core content describes the data structures for accessing event information within a system. The `Event` interface is used to retrieve event details. `EventBuffer` provides access to a list of events. Lastly, `EventEntity` represents the actual data object for an individual event. These components manage the retrieval and handling of event-related data.\n"]]