File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 700700 'OCP \\Notification \\IncompleteNotificationException ' => $ baseDir . '/lib/public/Notification/IncompleteNotificationException.php ' ,
701701 'OCP \\Notification \\IncompleteParsedNotificationException ' => $ baseDir . '/lib/public/Notification/IncompleteParsedNotificationException.php ' ,
702702 'OCP \\Notification \\InvalidValueException ' => $ baseDir . '/lib/public/Notification/InvalidValueException.php ' ,
703+ 'OCP \\Notification \\NotificationPreloadReason ' => $ baseDir . '/lib/public/Notification/NotificationPreloadReason.php ' ,
703704 'OCP \\Notification \\UnknownNotificationException ' => $ baseDir . '/lib/public/Notification/UnknownNotificationException.php ' ,
704705 'OCP \\OCM \\Events \\ResourceTypeRegisterEvent ' => $ baseDir . '/lib/public/OCM/Events/ResourceTypeRegisterEvent.php ' ,
705706 'OCP \\OCM \\Exceptions \\OCMArgumentException ' => $ baseDir . '/lib/public/OCM/Exceptions/OCMArgumentException.php ' ,
Original file line number Diff line number Diff line change @@ -741,6 +741,7 @@ class ComposerStaticInit749170dad3f5e7f9ca158f5a9f04f6a2
741741 'OCP \\Notification \\IncompleteNotificationException ' => __DIR__ . '/../../.. ' . '/lib/public/Notification/IncompleteNotificationException.php ' ,
742742 'OCP \\Notification \\IncompleteParsedNotificationException ' => __DIR__ . '/../../.. ' . '/lib/public/Notification/IncompleteParsedNotificationException.php ' ,
743743 'OCP \\Notification \\InvalidValueException ' => __DIR__ . '/../../.. ' . '/lib/public/Notification/InvalidValueException.php ' ,
744+ 'OCP \\Notification \\NotificationPreloadReason ' => __DIR__ . '/../../.. ' . '/lib/public/Notification/NotificationPreloadReason.php ' ,
744745 'OCP \\Notification \\UnknownNotificationException ' => __DIR__ . '/../../.. ' . '/lib/public/Notification/UnknownNotificationException.php ' ,
745746 'OCP \\OCM \\Events \\ResourceTypeRegisterEvent ' => __DIR__ . '/../../.. ' . '/lib/public/OCM/Events/ResourceTypeRegisterEvent.php ' ,
746747 'OCP \\OCM \\Exceptions \\OCMArgumentException ' => __DIR__ . '/../../.. ' . '/lib/public/OCM/Exceptions/OCMArgumentException.php ' ,
Original file line number Diff line number Diff line change 99
1010namespace OCP \Notification ;
1111
12+ use OCP \AppFramework \Attribute \Consumable ;
13+
1214/**
1315 * Indicates the reason for preloading notifications to facilitate smarter decisions about what data
1416 * to preload.
15- *
16- * @since 32.0.0
1717 */
18+ #[Consumable(since: "32.0.0 " )]
1819enum NotificationPreloadReason {
1920 /**
2021 * Preparing a single notification for many users.
You can’t perform that action at this time.
0 commit comments