BrowseFragment.BrowseTransitionListener

Added in 1.1.0
Deprecated in 1.1.0

public class BrowseFragment.BrowseTransitionListener


Listener for transitions between browse headers and rows.

Summary

Public constructors

Public methods

void
onHeadersTransitionStart(boolean withHeaders)

Callback when headers transition starts.

void
onHeadersTransitionStop(boolean withHeaders)

Callback when headers transition stops.

Public constructors

BrowseTransitionListener

Added in 1.1.0
Deprecated in 1.1.0
public BrowseTransitionListener()

Public methods

onHeadersTransitionStart

Added in 1.1.0
Deprecated in 1.1.0
public void onHeadersTransitionStart(boolean withHeaders)

Callback when headers transition starts.

Parameters
boolean withHeaders

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

onHeadersTransitionStop

Added in 1.1.0
Deprecated in 1.1.0
public void onHeadersTransitionStop(boolean withHeaders)

Callback when headers transition stops.

Parameters
boolean withHeaders

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