HideClient

interface HideClient

Used to hide an item from the user's feed. with the EchoMediaItem.isHideable set to true.

Functions

Link copied to clipboard
abstract suspend fun hideItem(item: EchoMediaItem, shouldHide: Boolean)

Hides or unhides a item from the user's feed.

Link copied to clipboard
abstract suspend fun isItemHidden(item: EchoMediaItem): Boolean

Checks if a item is hidden.