IApp¶
-
interface
OCP\Notification\
IApp
¶ - Interface IApp
Source: lib/public/Notification/IApp.php#33
Methods¶
-
public
OCP\Notification\IApp::
notify
($notification)¶ Source: Parameters: - $notification (
OCP\Notification\INotification
)
Throws: \InvalidArgumentException
When the notification is not validSince: 9.0.0
- $notification (
-
public
OCP\Notification\IApp::
markProcessed
($notification)¶ Source: Parameters: - $notification (
OCP\Notification\INotification
)
Since: 9.0.0
- $notification (
-
public
OCP\Notification\IApp::
getCount
($notification)¶ Source: Parameters: - $notification (
OCP\Notification\INotification
)
Returns: int
Since: 9.0.0
- $notification (