Type alias: EventType
EventType:
"LogEvent"
|"ErrorEvent"
Description
Event types.
Options are:
- LogEvent: Log callback event. This type of event usually results if the user application was registered as a Logger.
- ErrorEvent: Error callback event. This type of event is received by a user application only if some error has occurred in the SDK.