SKU Feed
Overview
Usage
Required Parameters
Programmatic Configuration
val videoFeedView = findViewById<FwVideoFeedView>(R.id.videoFeedView)
val productIds = listOf("6009775390877", "6009775423645", "6009775325341")
val viewOptions = viewOptions {
baseOptions {
feedResource(
FeedResource.Sku(
channelId = "Your_Encoded_Channel_Id",
productIds = productIds
)
)
}
layoutOptions {
feedLayout(FeedLayout.HORIZONTAL)
}
}
videoFeedView.init(viewOptions)Complete Examples
Single Product on PDP
Multiple Products (Related Items)
Important Notes
See Also
Last updated
Was this helpful?