Package 

Interface PagerScope


  • @Deprecated(message = 
    accompanist/pager is deprecated.
    The androidx.compose equivalent of Pager is androidx.compose.foundation.pager.Pager.
    For more migration information, please visit https://google.github.io/accompanist/pager/#migration
    )@Stable() 
    public interface PagerScope
    
                        

    Scope for HorizontalPager content.

    • Method Summary

      Modifier and Type Method Description
      abstract Integer getCurrentPage() Returns the current selected page
      abstract Float getCurrentPageOffset() The current offset from the start of currentPage, as a ratio of the page width.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait