Interface

ScrollPauseHandle

Handle returned by CarouselState.pauseAutoScroll that can be used to resume auto-scroll.

Source set: Android
@ExperimentalTvMaterial3Api

sealed interface ScrollPauseHandle

Handle returned by CarouselState.pauseAutoScroll that can be used to resume auto-scroll.

Functions

resumeAutoScroll

fun resumeAutoScroll()

Resumes the auto-scroll behaviour if there are no other active ScrollPauseHandles.

Last updated: