Interface NotificationLog
- All Known Implementing Classes:
NotificationApplicationService
public interface NotificationLog
Module API for reading notification intents recorded by the notification module.
-
Method Summary
Modifier and TypeMethodDescriptionLists the most recent notification intents.
-
Method Details
-
listRecent
List<NotificationSummary> listRecent()Lists the most recent notification intents.- Returns:
- notification summaries in reverse creation order
-