OnDismissListener

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

Functions

Link copied to clipboard
abstract fun onDismiss(view: View)
Called when view has been dismissed via swiping.
Link copied to clipboard
abstract fun onDragStateChanged(state: Int)
Called when the drag state has changed.