CuratedRecommendationsRequest
public struct CuratedRecommendationsRequest
extension CuratedRecommendationsRequest: Equatable, Hashable
-
Declaration
Swift
public var locale: CuratedRecommendationLocale
-
Declaration
Swift
public var region: String?
-
Declaration
Swift
public var count: Int32?
-
Declaration
Swift
public var topics: [String]?
-
Declaration
Swift
public var feeds: [String]?
-
Declaration
Swift
public var sections: [SectionSettings]?
-
Declaration
Swift
public var experimentName: String?
-
Declaration
Swift
public var experimentBranch: String?
-
Declaration
Swift
public var enableInterestPicker: Bool
-
init(locale:
region: count: topics: feeds: sections: experimentName: experimentBranch: enableInterestPicker: ) Declaration
Swift
public init(locale: CuratedRecommendationLocale, region: String? = nil, count: Int32? = 100, topics: [String]? = nil, feeds: [String]? = nil, sections: [SectionSettings]? = nil, experimentName: String? = nil, experimentBranch: String? = nil, enableInterestPicker: Bool = false)
-
Declaration
Swift
public static func == (lhs: CuratedRecommendationsRequest, rhs: CuratedRecommendationsRequest) -> Bool
-
Declaration
Swift
public func hash(into hasher: inout Hasher)