DismissalHandler

interface DismissalHandler

Interface for implementing dismissal interaction.

Functions

Link copied to clipboard
abstract fun onDismissalCompleted()

This function is called after the dismissal animation has completed.

Link copied to clipboard
abstract fun onDismissalStarted()

This function is called when triggering a dismissal, so at the start of a dismissal gesture. This function is executed while view animation is in progress.