onDismiss

abstract fun onDismiss(view: View, token: Any)

Called when the user has indicated they she would like to dismiss the view.

Parameters

view

The originating View to be dismissed.

token

The optional token passed to this object's constructor.