Outbound Event Provider
- Last UpdatedJun 10, 2024
- 1 minute read
Outbound event providers are not loaded inside the Engine. These providers are handling events using their own environment. These kinds of providers are configured in SKAddInProviders table with type 'Event'. Receiving events are responsibility of provider not the Engine. On receiving events, each event provider should call Client.RaiseEvent method.
The following figure shows the Outbound event provider Class and Interfaces:
