handleCardUpdate

open override fun handleCardUpdate(event: ContentCardsUpdatedEvent): List<Card>

Handles a ContentCardsUpdatedEvent and returns a list of Card for rendering. Each ContentCardsUpdatedEvent will contain the full list of cards from either the cache or from a network request.

Return

a list of Card to be rendered in the Content Cards from this ContentCardsUpdatedEvent

Parameters

event

the ContentCardsUpdatedEvent update.