setNumberOfSuppressedNotifications

abstract suspend fun setNumberOfSuppressedNotifications(numberOfSuppressedNotifications: Int)

Informs the service of how many active notifications were not presented to the user because they were suppressed. E.g., due to notificationSuppressionPolicy.

numberOfSuppressedNotifications may not be negative.