ScrollPauseHandle


@ExperimentalTvMaterial3Api
sealed interface ScrollPauseHandle


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

Summary

Public functions

Unit

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

Public functions

resumeAutoScroll

Added in 1.0.0-alpha10
fun resumeAutoScroll(): Unit

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