| Package | Description |
|---|---|
| io.getstream.client | |
| io.getstream.client.model.feeds | |
| io.getstream.client.repo |
| Modifier and Type | Method and Description |
|---|---|
PersonalizedFeed |
StreamClient.newPersonalizedFeed(String feedSlug,
String id)
Get a new Personalized feed
|
| Modifier and Type | Class and Description |
|---|---|
class |
PersonalizedFeedImpl
Mediator class to interact with the actual repository.
|
| Modifier and Type | Method and Description |
|---|---|
PersonalizedFeed |
FeedFactory.createPersonalizedFeed(String feedSlug,
String id)
Create new personalized feed.
|
PersonalizedFeed |
BaseFeedFactory.createPersonalizedFeed(String feedSlug,
String id) |
| Modifier and Type | Method and Description |
|---|---|
MetaResponse |
PersonalizedFeedImpl.addMeta(PersonalizedFeed feed,
Serializable metaPayload) |
MetaResponse |
PersonalizedFeed.addMeta(PersonalizedFeed feed,
Serializable metaPayload)
"Certain objects such as user profiles, product details etc.
|
| Modifier and Type | Method and Description |
|---|---|
MetaResponse |
StreamPersonalizedRepository.addMeta(PersonalizedFeed feed,
Serializable metaPayload)
"Certain objects such as user profiles, product details etc.
|
<T extends PersonalizedActivity> |
StreamPersonalizedRepository.get(PersonalizedFeed feed,
Class<T> type,
FeedFilter filter)
Read a personalized feed.
|
<T extends Serializable> |
StreamPersonalizedRepository.getInterest(PersonalizedFeed feed,
Class<T> type)
Read the taste/ endpoint.
|
Copyright © 2017. All rights reserved.