| Package | Description |
|---|---|
| io.getstream.client.model.beans | |
| io.getstream.client.repo | |
| io.getstream.client.service |
| Modifier and Type | Method and Description |
|---|---|
MarkedActivity |
MarkedActivity.Builder.build()
Build an immutable list of marked activities.
|
| Modifier and Type | Method and Description |
|---|---|
<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(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 © 2016. All rights reserved.