Wasabi ExpressPlay SDK for iOS
1.10
|
Information about an event received by a SHI_EngineListener. More...
#include <ShiEngine.h>
Data Fields | |
const void * | cookie |
Application-provided cookie that can be used to correlate method calls and related events. More... | |
SHI_EngineEventInfoItems * | info |
Pointer to a list of information items containing details about the event. More... | |
Information about an event received by a SHI_EngineListener.
All event structures use this as their base structure.
const void* SHI_EngineEvent::cookie |
Application-provided cookie that can be used to correlate method calls and related events.
May be set to NULL for some events if they have no associated context/cookie.
SHI_EngineEventInfoItems* SHI_EngineEvent::info |
Pointer to a list of information items containing details about the event.
Each item in the list is a name/typed-value pair. Each type of event specifies what this list may/must contain (i.e., which item names and types may be present, based on the event type). If there are no information items for the event, this pointer is NULL.