-
Notifications
You must be signed in to change notification settings - Fork 32
[MOB-5406] create notification channel for each sound #488
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
[MOB-5406] create notification channel for each sound #488
Conversation
Codecov ReportBase: 62.12% // Head: 62.49% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## evan/MOB-5365-update-notification-channel-builder-to-set-sound #488 +/- ##
==================================================================================================
+ Coverage 62.12% 62.49% +0.36%
==================================================================================================
Files 67 67
Lines 3929 3922 -7
Branches 452 450 -2
==================================================================================================
+ Hits 2441 2451 +10
+ Misses 1247 1232 -15
+ Partials 241 239 -2
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
iterableapi/src/main/java/com/iterable/iterableapi/IterableNotificationHelper.java
Show resolved
Hide resolved
iterableapi/src/main/java/com/iterable/iterableapi/IterableNotificationHelper.java
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Have some conditions & null checks to be added. Approving as the base is not master and WIP.
Should be taken before it gets merged to master.
…on-channel-for-each-sound [MOB-5406] create notification channel for each sound
🔹 Jira Ticket(s) if any
✏️ Description
This pull request provides unique notification channels for each sound sent from the Iterable UI. There are checks to provide the default sound for edge cases provided by the custom sound box on the UI. The UI may be changed in the future to not except these edge cases.