PopupRecommendationResult
public struct PopupRecommendationResult : IRecommendationResult
ポップアップのレコメンドデータを収納するためのクラス
-
Declaration
Swift
public let location: Location
-
Declaration
Swift
public let contentType: RecommendationResult.ContentType
-
Declaration
Swift
public let contentMedia: RecommendationResult.ContentMedia
-
Declaration
Swift
public let elementId: ElementId
-
Declaration
Swift
public let sessionId: SessionId
-
Declaration
Swift
public let contents: [AnyHashable : Any?]
-
Undocumented
Declaration
Swift
public let popupType: PopupType
-
ポップアップ種別を定義した列挙クラス
See moreDeclaration
Swift
public enum PopupType : String