-
Notifications
You must be signed in to change notification settings - Fork 0
/
userNotificationEvent.xml
61 lines (59 loc) · 2.67 KB
/
userNotificationEvent.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
<?xml version="1.0" encoding="UTF-8"?>
<data xmlns="http://www.woltlab.com" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.woltlab.com http://www.woltlab.com/XSD/2019/userNotificationEvent.xsd">
<import>
<!-- comment -->
<event>
<name>comment</name>
<objecttype>com.uz.show.entryComment.notification</objecttype>
<classname>show\system\user\notification\event\EntryCommentUserNotificationEvent</classname>
<preset>1</preset>
</event>
<event>
<name>commentResponse</name>
<objecttype>com.uz.show.entryComment.response.notification</objecttype>
<classname>show\system\user\notification\event\EntryCommentResponseUserNotificationEvent</classname>
<preset>1</preset>
</event>
<event>
<name>commentResponseOwner</name>
<objecttype>com.uz.show.entryComment.response.notification</objecttype>
<classname>show\system\user\notification\event\EntryCommentResponseOwnerUserNotificationEvent</classname>
<preset>1</preset>
</event>
<!-- entry and category-->
<event>
<name>entry</name>
<objecttype>com.uz.show.entry</objecttype>
<classname>show\system\user\notification\event\EntryUserNotificationEvent</classname>
<preset>1</preset>
</event>
<event>
<name>category</name>
<objecttype>com.uz.show.entry</objecttype>
<classname>show\system\user\notification\event\EntryCategoryUserNotificationEvent</classname>
<preset>1</preset>
</event>
<!-- like -->
<event>
<name>like</name>
<objecttype>com.uz.show.likeableEntry.notification</objecttype>
<classname>show\system\user\notification\event\EntryLikeUserNotificationEvent</classname>
<preset>1</preset>
<options>module_like</options>
</event>
<event>
<name>like</name>
<objecttype>com.uz.show.entryComment.like.notification</objecttype>
<classname>show\system\user\notification\event\EntryCommentLikeUserNotificationEvent</classname>
<preset>1</preset>
<options>module_like</options>
</event>
<event>
<name>like</name>
<objecttype>com.uz.show.entryComment.response.like.notification</objecttype>
<classname>show\system\user\notification\event\EntryCommentResponseLikeUserNotificationEvent</classname>
<preset>1</preset>
<options>module_like</options>
</event>
</import>
</data>