Image Carousel
Last Updated - Platform 25.0 - SDK 20.0The Image Carousel presents tappable cells, fixed to 150x150px, with 1 line titles.
Widget
The ImageCarouselWidget
has no service and so must be set up with the data it should present.
Any API data can be mapped to ImageCarouselContent
to present. Home Banners API is supported out of the box.
It can be wrapped in a SectionView
using inSectionView()
to present it as a block on any screen.
Analytics
When an Image is tapped:
carouselItemTap: carousel: image title: {title} id: {item.id} item: {item.title}