created a new SDK function setNotificationOptions that is used to set notification icon and color for event notifications and foreground service notifications.
iconString and iconColor are fields that determine the icon and color of both kind of notificaitons.
They can be overriden by notification specific fields foregroundServiceIconString, foregroundServiceIconColor, eventIconString,`eventIconColor
QA:
Automated tests
Test for setter and getter, and defaulting to existing value tested in code
Manual tests
Setting with iconString and iconColor fields.
Setting with foregroundServiceIconString, foregroundServiceIconColor, eventIconString,eventIconColor and Setting with foregroundServiceIconString, foregroundServiceIconColor, iconString and iconColor
Verified that not setting this option does not impact current behaviors
created a new SDK function
setNotificationOptions
that is used to set notification icon and color for event notifications and foreground service notifications.iconString
andiconColor
are fields that determine the icon and color of both kind of notificaitons. They can be overriden by notification specific fieldsforegroundServiceIconString
,foregroundServiceIconColor
,eventIconString
,`eventIconColorQA: Automated tests Test for setter and getter, and defaulting to existing value tested in code Manual tests Setting with
iconString
andiconColor
fields.Setting with
foregroundServiceIconString
,foregroundServiceIconColor
,eventIconString
,eventIconColor
and Setting withforegroundServiceIconString
,foregroundServiceIconColor
,iconString
andiconColor
Verified that not setting this option does not impact current behaviors