Page Summary
-
The
Eventinterface is used to retrieve event information. -
The
Eventsinterface is deprecated and should be replaced byEventsClient. -
EventBufferis a data structure for accessing a list of events, and is returned directly inEventsClient. -
EventEntityis a data object representing a specific event's data.
Interfaces
| Event | Data interface for retrieving event information. |
| Events | This interface is deprecated. Use
EventsClient
instead |
| Events.LoadEventsResult | This interface is deprecated. EventBuffer
is returned directly in the EventsClient.
|
Classes
| EventBuffer | Data structure providing access to a list of events. |
| EventEntity | Data object representing the data for a event. |