| Package | Description |
|---|---|
| io.getstream.client.repo | |
| io.getstream.client.service |
| Modifier and Type | Method and Description |
|---|---|
<T extends BaseActivity> |
StreamRepository.getNotificationActivities(BaseFeed feed,
Class<T> type,
FeedFilter filter)
List notification activities.
|
<T extends BaseActivity> |
StreamRepository.getNotificationActivities(BaseFeed feed,
Class<T> type,
FeedFilter filter,
boolean markAsRead,
boolean markAsSeen)
List notifications marking the activities as read and/or as seen.
|
<T extends BaseActivity> |
StreamRepository.getNotificationActivities(BaseFeed feed,
Class<T> type,
FeedFilter filter,
MarkedActivity markAsRead,
MarkedActivity markAsSeen)
List notifications marking some of them as read and/or as seen.
|
| Modifier and Type | Method and Description |
|---|---|
StreamResponse<NotificationActivity<T>> |
NotificationActivityServiceImpl.getActivities() |
StreamResponse<NotificationActivity<T>> |
NotificationActivityService.getActivities()
Get a list of activities using the standard filter (limit = 25).
|
StreamResponse<NotificationActivity<T>> |
NotificationActivityServiceImpl.getActivities(FeedFilter filter,
boolean markAsRead,
boolean markAsSeen) |
StreamResponse<NotificationActivity<T>> |
NotificationActivityService.getActivities(FeedFilter filter,
boolean markAsRead,
boolean markAsSeen)
List notification activities using the given filter.
|
StreamResponse<NotificationActivity<T>> |
NotificationActivityServiceImpl.getActivities(FeedFilter filter,
MarkedActivity markAsRead,
MarkedActivity markAsSeen) |
StreamResponse<NotificationActivity<T>> |
NotificationActivityService.getActivities(FeedFilter filter,
MarkedActivity markAsRead,
MarkedActivity markAsSeen)
List notification activities using the given filter.
|
Copyright © 2015. All rights reserved.