BrowseSupportFragment.BrowseTransitionListener

class BrowseSupportFragment.BrowseTransitionListener


Listener for transitions between browse headers and rows.

Summary

Public constructors

Public functions

Unit

Callback when headers transition starts.

Unit

Callback when headers transition stops.

Public constructors

BrowseTransitionListener

Added in 1.1.0
BrowseTransitionListener()

Public functions

onHeadersTransitionStart

Added in 1.1.0
fun onHeadersTransitionStart(withHeaders: Boolean): Unit

Callback when headers transition starts.

Parameters
withHeaders: Boolean

True if the transition will result in headers being shown, false otherwise.

onHeadersTransitionStop

Added in 1.1.0
fun onHeadersTransitionStop(withHeaders: Boolean): Unit

Callback when headers transition stops.

Parameters
withHeaders: Boolean

True if the transition will result in headers being shown, false otherwise.