SKU Playlist (iOS)
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
Displays content based on the provided channel id and SKU/Product external IDs.
let channelID = "<Encoded Channel ID>"
let productIDs = ["<Product ID>", ...]
VideoFeedViewController(source: .skuPlaylist(channelID: channelID, productIDs: productIDs))