Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 516 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 516 Bytes

FlowBinding ViewPager2

This module provides bindings for the AndroidX ViewPager2 library.

Transitive Dependency

androidx.viewpager2:viewpager2

Download

implementation "io.github.reactivecircus.flowbinding:flowbinding-viewpager2:${flowbinding_version}"

Available Bindings

fun ViewPager2.pageScrollEvents(): Flow<ViewPager2PageScrollEvent>
fun ViewPager2.pageScrollStateChanges(): Flow<Int>
fun ViewPager2.pageSelections(emitImmediately: Boolean = false): Flow<Int>