Wasabi ExpressPlay SDK for Desktop Systems
1.23.0
|
Configuration passed as an argument to the SHI_Engine_Create factory function. More...
#include <ShiEngine.h>
Data Fields | |
SHI_Flags | flags |
Configuration flags. More... | |
SHI_EngineListener | listener |
Recipient of event callbacks. More... | |
Configuration passed as an argument to the SHI_Engine_Create factory function.
Note: In this release of the SDK, no flags are defined, so the flags field should be 0.
Note also that having a listener that properly detects any transaction failure is essential to the error handling in the client application code. The following pseudo code illustrates a listener function and the client code that properly capture any personalization transaction failure:
SHI_Flags SHI_EngineConfig::flags |
Configuration flags.
SHI_EngineListener SHI_EngineConfig::listener |
Recipient of event callbacks.