-
Notifications
You must be signed in to change notification settings - Fork 132
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closes #153. Add additional FCM options for Android Notification #203
Closes #153. Add additional FCM options for Android Notification #203
Conversation
Thank you @levimatheri for the contribution! |
@levimatheri I realized that you decided to use |
Thank you @levimatheri . @lahirumaramba do you know when this pull request is likely to be merged, this is a fantastic package and it will be great for us to use the localization options available when this is merged |
Thank you for your patience! The initial changes required updates to the internally proposed public API. It also required a few changes to the light settings color conversion. I have started #317 to merge all the changes (proposed by @levimatheri Thank you!) to the main branch. |
* Closes #153. Add additional FCM options for Android Notification (#203) * Add additional FCM Android notification options * Add additional FCM Android notification options * Update API to match the approved changes * Trigger CI * Move enum types out of the nested class * Fix docs Co-authored-by: levimatheri <levimatheri@gmail.com>
This feature is now available in v2.3.0. Thank you for your contribution! |
I couldn't get xUnit to compare
LightSettingsColor
so I assert the properties separately.Let me know if there's changes I should make.
Thanks!
Related to: #153