- Includes changes from 9.6.1
- [Android] Breaking change the
categoryof theAndroidNotificationDetailsnow requires an instance of the newly addedAndroidNotificationCategoryclass instead of a string. This was to improve the discoverability of the APIs and improve the semantics as the category can specified in a similar fashion to using an enum value - [Linux] Breaking change the linux notification categories defined by
LinuxNotificationCategoryno longer has factory constructors but has static constant fields instead to make the semantics more similar to access enum values