Interface LikeNotificationManager
- All Known Implementing Classes:
DefaultLikeNotificationManager
public interface LikeNotificationManager
-
Method Summary
Modifier and TypeMethodDescriptiongetNotifications
(LikeEvent event) Deprecated.getNotifications
(LikePayload event) Get a list of like notifications for a provided like event payload
-
Method Details
-
getNotifications
Deprecated.since 5.6 UsegetNotifications(LikePayload)
Compute the notifications that should result from the specified like event ocurring.- Parameters:
event
- the like event- Returns:
- notifications which represent who should be notified.
-
getNotifications
Get a list of like notifications for a provided like event payload- Parameters:
event
- The like event payload- Returns:
-
getNotifications(LikePayload)