public interface IContentCardsUpdateHandler
extends android.os.Parcelable
ContentCardsUpdatedEvent
's in the ContentCardsFragment
.Modifier and Type | Method and Description |
---|---|
java.util.List<Card> |
handleCardUpdate(ContentCardsUpdatedEvent event)
Handles a
ContentCardsUpdatedEvent and returns a list of cards for rendering. |
java.util.List<Card> handleCardUpdate(ContentCardsUpdatedEvent event)
ContentCardsUpdatedEvent
and returns a list of cards for rendering.
Each ContentCardsUpdatedEvent
will contain
the full list of cards from either the cache or from a network request.event
- the ContentCardsUpdatedEvent
update.ContentCardsUpdatedEvent