Carousel (Android)
Setting up Carousel
Kotlin:
val carouselView: SiteSectionContainer = findViewById(R.id.carouselView)
carouselView.init(context = this, embedId = Constants.CAROUSEL_EMBED)Carousel Layout
<com.live2.media.ui.container.SiteSectionContainer
android:id="@+id/carouselView"
android:layout_width="match_parent"
android:layout_height="wrap_content"
app:enablePreview="true"
app:showTitle="true"
app:viewType="Carousel" />Last updated