inboxrecyclerview / me.saket.inboxrecyclerview.page / SimplePageStateChangeCallbacks

SimplePageStateChangeCallbacks

abstract class SimplePageStateChangeCallbacks : PageStateChangeCallbacks

Empty implementations of PageStateChangeCallbacks. This way, any custom listener that cares only about a subset of the methods of this listener can subclass this adapter class instead of implementing the interface directly.

Constructors

<init>

SimplePageStateChangeCallbacks()

Empty implementations of PageStateChangeCallbacks. This way, any custom listener that cares only about a subset of the methods of this listener can subclass this adapter class instead of implementing the interface directly.

Functions

onPageAboutToCollapse

open fun onPageAboutToCollapse(collapseAnimDuration: Long): Unit

onPageAboutToExpand

open fun onPageAboutToExpand(expandAnimDuration: Long): Unit

onPageCollapsed

open fun onPageCollapsed(): Unit

onPageExpanded

open fun onPageExpanded(): Unit