NotificationSuppressionService

interface NotificationSuppressionService

A service that indicates whether notifications should be suppressed. As this is a discoverable service, various domains can have their own implementation of this interface. The values of all implementations combined can be used to determine the final notification suppression policy.

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
abstract val notificationSuppressionPolicy: NotificationSuppressionPolicy

The policy that the client should use to determine which incoming notifications to suppress, preventing them from being presented to the user.