IDismissableNotifier

interface OCP\Notification\IDismissableNotifier
Interface INotifier classes should implement if they want to process notifications
that are dismissed by the user.
This can be useful if dismissing the notification will leave it in an incomplete
state. The handler can chose to for example do some default action.
Source:lib/public/Notification/IDismissableNotifier.php#38
Parent:OCP\Notification\INotifier

Methods

public OCP\Notification\IDismissableNotifier::dismissNotification($notification)
Source:

lib/public/Notification/IDismissableNotifier.php#46

Parameters:
Throws:

\InvalidArgumentException In case the handler can’t handle the notification

Since:

18.0.0