ICardStorageProvider

Properties

Link copied to clipboard
abstract val cachedCardsAsEvent: T

Gets the cached cards as an event from storage.

Functions

Link copied to clipboard
abstract fun markCardAsClicked(cardId: String)

Marks a card as clicked in storage. If the card does not exist, does nothing.

Link copied to clipboard
abstract fun markCardAsDismissed(cardId: String)

Marks a card as dismissed in storage. If the card does not exist, does nothing.

Link copied to clipboard
abstract fun markCardAsViewed(cardId: String)

Marks a card as viewed in storage. If the card does not exist, does nothing.

Link copied to clipboard
abstract fun markCardAsVisuallyRead(cardId: String)

Marks a card as visually read in storage. If the card does not exist, does nothing.