Nothing is set in stone here yet
This commit is contained in:
parent
4e347170ac
commit
5437aeeaa2
5 changed files with 20 additions and 0 deletions
|
@ -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…
Reference in a new issue