SummaryNotificationFactory

Functions

Link copied to clipboard
Override this method to set whether the summary notification will be dismissed after the user opens it.
Link copied to clipboard
open fun getNotificationIntent(): Intent
Link copied to clipboard
fun onGenerateSummaryNotification(notificationsAmount: Int, notificationChannelId: String, groupId: String): Notification
Link copied to clipboard
Override this method to set the icon color.
Link copied to clipboard
Override this method to set your drawable as an icon of the group summary notification.
Link copied to clipboard
abstract fun summaryNotificationMessage(notificationsAmount: Int): String
Override this method to set your custom message of the group summary notification.