InterestPicker

data class InterestPicker(var receivedFeedRank: Int, var title: String, var subtitle: String, var sections: List<InterestPickerSection>)

Configuration for the interest picker UI, which lets users select preferred content sections.

Constructors

Link copied to clipboard
constructor(receivedFeedRank: Int, title: String, subtitle: String, sections: List<InterestPickerSection>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The display position of the interest picker within the feed.

Link copied to clipboard

The sections available for the user to choose from.

Link copied to clipboard

Subtitle text for the interest picker.

Link copied to clipboard

Title text for the interest picker.