setShowSuppressedNotifications

abstract suspend fun setShowSuppressedNotifications(showSuppressedNotifications: Boolean)

Sets whether previously suppressed notifications (indicated by numberOfSuppressedNotifications) should be presented to the user. When set to true, newly incoming notifications that would otherwise be suppressed should be presented as well.

Calling this setter impacts the value of showSuppressedNotifications, which can be used to update the UI of the notification center as a result of the call.