CuratedRecommendationsRequest

data class CuratedRecommendationsRequest(    var locale: CuratedRecommendationLocale,     var region: String? = null,     var count: Int? = 100,     var topics: List<String>? = null,     var feeds: List<String>? = null,     var sections: List<SectionSettings>? = null,     var experimentName: String? = null,     var experimentBranch: String? = null,     var enableInterestPicker: Boolean = false)

Constructors

Link copied to clipboard
constructor(    locale: CuratedRecommendationLocale,     region: String? = null,     count: Int? = 100,     topics: List<String>? = null,     feeds: List<String>? = null,     sections: List<SectionSettings>? = null,     experimentName: String? = null,     experimentBranch: String? = null,     enableInterestPicker: Boolean = false)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
var count: Int?
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard