New
- Events like
onSurveyDisplayed
,onQuestionAnswered
,onSurveyClosed
, andonSurveyCompleted
now utilize specific event objects:SurveyDisplayedEvent
,QuestionAnsweredEvent
,SurveyClosedEvent
,SurveyCompletedEvent
. - 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.
Updated
- Reverted Coil to version 2.4.0 for better compatibility with cross-platforms (compileSdk 34 is no longer required).
Fixed
- An issue where
SurveyActivity
could crash when it was restored after process termination. - A race condition in the recalling feature.