Nothing is set in stone here yet

remotes/origin/db-empty-migrate
Joas Schilling 10 years ago
parent 4e347170ac
commit 5437aeeaa2
  1. 4
      lib/public/notification/iaction.php
  2. 4
      lib/public/notification/iapp.php
  3. 4
      lib/public/notification/imanager.php
  4. 4
      lib/public/notification/inotification.php
  5. 4
      lib/public/notification/inotifier.php

@ -26,6 +26,10 @@ namespace OCP\Notification;
*
* @package OCP\Notification
* @since 8.2.0
*
* DEVELOPER NOTE:
* The notification api is experimental only in 8.2.0! Do not start using it,
* if you can not prepare an update for the next version afterwards.
*/
interface IAction {
/**

@ -26,6 +26,10 @@ namespace OCP\Notification;
*
* @package OCP\Notification
* @since 8.2.0
*
* DEVELOPER NOTE:
* The notification api is experimental only in 8.2.0! Do not start using it,
* if you can not prepare an update for the next version afterwards.
*/
interface IApp {
/**

@ -26,6 +26,10 @@ namespace OCP\Notification;
*
* @package OCP\Notification
* @since 8.2.0
*
* DEVELOPER NOTE:
* The notification api is experimental only in 8.2.0! Do not start using it,
* if you can not prepare an update for the next version afterwards.
*/
interface IManager extends IApp, INotifier {
/**

@ -26,6 +26,10 @@ namespace OCP\Notification;
*
* @package OCP\Notification
* @since 8.2.0
*
* DEVELOPER NOTE:
* The notification api is experimental only in 8.2.0! Do not start using it,
* if you can not prepare an update for the next version afterwards.
*/
interface INotification {
/**

@ -26,6 +26,10 @@ namespace OCP\Notification;
*
* @package OCP\Notification
* @since 8.2.0
*
* DEVELOPER NOTE:
* The notification api is experimental only in 8.2.0! Do not start using it,
* if you can not prepare an update for the next version afterwards.
*/
interface INotifier {
/**

Loading…
Cancel
Save