UserJourney
public struct UserJourney : Codable
Undocumented
-
init(pageId:storefrontId: storefrontName: tabId: tabName: collectionId: collectionName: currentScreen: searchItemPosition: prefDownloadOnWifiOnly: containerPosition: cardPosition: ) Undocumented
Declaration
Swift
public init(pageId: String? = nil, storefrontId: String? = nil, storefrontName: String? = nil, tabId: String? = nil, tabName: String? = nil, collectionId: String? = nil, collectionName: String? = nil, currentScreen: String? = nil, searchItemPosition: Int? = nil, prefDownloadOnWifiOnly: Bool? = nil, containerPosition: String? = nil, cardPosition: String? = nil)