SwipeDismissBehavior.OnDismissListener

public interface SwipeDismissBehavior.OnDismissListener


Callback interface used to notify the application that the view has been dismissed.

Summary

Public methods

abstract void
onDismiss(View view)

Called when view has been dismissed via swiping.

abstract void
onDragStateChanged(int state)

Called when the drag state has changed.

Public methods

onDismiss

abstract void onDismiss(View view)

Called when view has been dismissed via swiping.

onDragStateChanged

abstract void onDragStateChanged(int state)

Called when the drag state has changed.

Parameters
int state

the new state. One of STATE_IDLE, STATE_DRAGGING or STATE_SETTLING.