IDismissableNotifier¶
-
interface
OCP\Notification\
IDismissableNotifier
¶ - Interface INotifier classes should implement if they want to process notificationsthat are dismissed by the user.This can be useful if dismissing the notification will leave it in an incompletestate. 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: Parameters: - $notification (
OCP\Notification\INotification
)
Throws: \InvalidArgumentException
In case the handler can’t handle the notificationSince: 18.0.0
- $notification (