LiveEventPreferences

data class LiveEventPreferences(val hiddenFeedIds: List<String>? = null, val hideAllFeeds: Boolean? = false)

Preferences for live events.

Parameters

hiddenFeedIds

A list of feed IDs that the user has hidden from live events.

hideAllFeeds

Whether to hide all feeds from live events.

Constructors

Link copied to clipboard
constructor(hiddenFeedIds: List<String>? = null, hideAllFeeds: Boolean? = false)

Properties

Link copied to clipboard

A list of feed IDs that the user has hidden from live events.

Link copied to clipboard

Whether to hide all feeds from live events.