We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Is possible to configure color for notification decoration?
For using it in Notiication.Builder.setColor().
https://developer.android.com/reference/android/app/Notification.Builder#setColor(int)
The text was updated successfully, but these errors were encountered:
6bccf9c
Please how to configure it?
My configuration:
new NotificationConfigurationBuilder() .withChannelName(getString(R.string.notification_channel_crash_report)) .withChannelImportance(NotificationManager.IMPORTANCE_HIGH) .withResIcon(R.drawable.ic_exclamation_notify) .withTitle(getString(R.string.acra_notification_title)) .withText(getString(R.string.acra_notification_text)) .withResSendButtonIcon(0) .withResDiscardButtonIcon(0) .withSendOnClick(true) .withEnabled(true) .build(),
Exists witColor() method for this?
Sorry, something went wrong.
withColor will be in 5.9.8-beta02
withColor
Good thank you.
Tested and working. :-)
No branches or pull requests
Is possible to configure color for notification decoration?
For using it in Notiication.Builder.setColor().
https://developer.android.com/reference/android/app/Notification.Builder#setColor(int)
The text was updated successfully, but these errors were encountered: