dismissView

open fun dismissView(animated: Boolean)

Dismiss the BatchMessagingView when it's View.

Calling this doesn't allow you to call showView or showView again.

You should check the kind of view before calling this method.

Parameters

animated

true if the dismissal should be animated, false otherwise