SectionSettings

data class SectionSettings(var sectionId: String, var isFollowed: Boolean, var isBlocked: Boolean)

User preferences for a content section, controlling whether it is followed or blocked.

Constructors

Link copied to clipboard
constructor(sectionId: String, isFollowed: Boolean, isBlocked: Boolean)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Whether the user has opted to block this section.

Link copied to clipboard

Whether the user has opted to follow this section.

Link copied to clipboard

Unique identifier for the section.