| Package | Description |
|---|---|
| io.getstream.client.repo | |
| io.getstream.client.service |
| Modifier and Type | Method and Description |
|---|---|
<T extends BaseActivity> |
StreamRepository.addActivities(BaseFeed feed,
Class<T> type,
List<T> activities)
Add a new list of activities to the given feed.
|
<T extends BaseActivity> |
StreamRepository.updateActivities(BaseFeed feed,
Class<T> type,
List<T> activities)
Update activities (foreignId and time are mandatory fields).
|
| Modifier and Type | Method and Description |
|---|---|
StreamActivitiesResponse<T> |
AbstractActivityService.addActivities(List<T> activities)
Add a new activity of type
T. |
StreamActivitiesResponse<T> |
AbstractActivityService.updateActivities(List<T> activities)
Add a new activity of type
T. |
Copyright © 2016. All rights reserved.