You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat (utils): Add notification types to utils package (#321)
Summary:
This PR adds two exports from the utils package:
- NOTIFICATION_TYPES, an enum
- NotificationCenter, an interface.
I want this package to be the home of notification types and the notification center interface, to facilitate using notification center in both the optimizely-sdk package and the event-processor package.
Also, I added a new LOG_EVENT notification type. I plan to use this in the event processor when implementing the requirement in OASIS-4976.
Test plan:
Manually tested
Issues:
https://optimizely.atlassian.net/browse/OASIS-4976
0 commit comments