Interface

ScrollPauseHandle

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

Source set: Android

Added in 1.1.0-rc01

@ExperimentalTvMaterial3Api

sealed interface ScrollPauseHandle

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

Functions

resumeAutoScroll

Added in 1.1.0-rc01

fun resumeAutoScroll()

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