LiveEventPreferences

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

Preferences for live events.

Constructors

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

Properties

Link copied to clipboard
val hiddenFeedIds: List<String>? = null

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

Link copied to clipboard
val hideAllFeeds: Boolean? = null

Whether to hide all feeds from live events.