Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
die_coolen_jungs
our_own_cloud_project
Commits
00ad7d48
Commit
00ad7d48
authored
Nov 28, 2014
by
Bjoern Schiessle
Browse files
add activity priorities to core so that other apps can reuse it
parent
154628da
Changes
1
Show whitespace changes
Inline
Side-by-side
lib/public/activity/iextension.php
View file @
00ad7d48
...
@@ -30,6 +30,13 @@
...
@@ -30,6 +30,13 @@
namespace
OCP\Activity
;
namespace
OCP\Activity
;
interface
IExtension
{
interface
IExtension
{
const
PRIORITY_VERYLOW
=
10
;
const
PRIORITY_LOW
=
20
;
const
PRIORITY_MEDIUM
=
30
;
const
PRIORITY_HIGH
=
40
;
const
PRIORITY_VERYHIGH
=
50
;
/**
/**
* The extension can return an array of additional notification types.
* The extension can return an array of additional notification types.
* If no additional types are to be added false is to be returned
* If no additional types are to be added false is to be returned
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment