com.google.android.gms.games.event
Stay organized with collections
Save and categorize content based on your preferences.
Interfaces
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.
[[["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 2024-10-31 UTC."],[[["\u003cp\u003eThe Events API provides interfaces and classes for accessing and manipulating event data within Google Play Games Services.\u003c/p\u003e\n"],["\u003cp\u003eDevelopers can retrieve event information using the \u003ccode\u003eEvent\u003c/code\u003e interface and access lists of events through the \u003ccode\u003eEventBuffer\u003c/code\u003e class.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eEventEntity\u003c/code\u003e class represents the underlying data structure of an event, encapsulating its relevant information.\u003c/p\u003e\n"]]],["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"],null,["# com.google.android.gms.games.event\n\n### Interfaces\n\n|----------------------------------------------------------------------|--------------------------------------------------|\n| [Event](/android/reference/com/google/android/gms/games/event/Event) | Data interface for retrieving event information. |\n\n### Classes\n\n|----------------------------------------------------------------------------------|------------------------------------------------------|\n| [EventBuffer](/android/reference/com/google/android/gms/games/event/EventBuffer) | Data structure providing access to a list of events. |\n| [EventEntity](/android/reference/com/google/android/gms/games/event/EventEntity) | Data object representing the data for a event. |"]]