setShowSuppressedNotifications

abstract suspend fun setShowSuppressedNotifications(showSuppressedNotifications: Boolean)

Sets whether previously suppressed notifications should be presented to the user. When set to true, newly incoming notifications, that would would have been 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.