New
- Events like onSurveyDisplayed, onQuestionAnswered, onSurveyClosed, and onSurveyCompleted now utilize specific event objects: SurveyDisplayedEvent, QuestionAnsweredEvent, SurveyClosedEvent, SurveyCompletedEvent (the old methods have been deprecated).
- The questionAnswered event provides more details such as survey name, question text, and answer URL.
- The SDK now supports the registration of multiple event listeners.