-
Notifications
You must be signed in to change notification settings - Fork 624
Add InterruptionLevel to notification trigger API #4205
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
Conversation
8dc340d
to
22cb0a4
Compare
Coverage Report 1Affected Products
Test Logs |
The public api surface has changed for the subproject firebase-appdistribution-api: Please update the api.txt files for the subprojects being affected by this change by running ./gradlew ${subproject}:generateApiTxtFile. Also perform a major/minor bump accordingly. |
1 similar comment
The public api surface has changed for the subproject firebase-appdistribution-api: Please update the api.txt files for the subprojects being affected by this change by running ./gradlew ${subproject}:generateApiTxtFile. Also perform a major/minor bump accordingly. |
Size Report 1Affected Products
Test Logs |
...va/com/google/firebase/appdistribution/impl/FirebaseAppDistributionNotificationsManager.java
Outdated
Show resolved
Hide resolved
475b137
to
f041536
Compare
* Add notification default trigger to in-app feedback * Address Kai's feedback * Update api.txt * Address some feedback * Add InterruptionLevel to notification trigger API (#4205) * Add InterruptionLevel to API * Move interruption and priority levels to InterruptionLevel enum * Mark interruptionLevel as @nonnull * Add @StringRes annotation
A proposed change on top of: #4183