ContentCardsUpdatedEvent

fun ContentCardsUpdatedEvent(contentCards: List<Card>, userId: String?, timestampSeconds: Long, isFromOfflineStorage: Boolean)

Parameters

contentCards

The list of cards

userId

The user id for this update (Note: it is possible to receive events from previous users, so you may want to verify this is your current user)

timestampSeconds

The timestamp of the event, in seconds

isFromOfflineStorage

Whether this update came from offline storage or a server update