setDismissalCallbacks

abstract fun setDismissalCallbacks(    subContainer: ViewGroup,     onDismissalStarted: () -> Unit,     onDismissalCompleted: () -> Unit)

Set callback handlers for the dismissal of a task panel sub-container.

Parameters

subContainer

The task panel sub-container.

onDismissalStarted

A callback for when the dismissal of the sub-container is started.

onDismissalCompleted

A callback for when the dismissal has been completed.