clipShareFragmentDidFailCreatingClip

abstract Unit clipShareFragmentDidFailCreatingClip(ClipShareFragment fragment)

Called when the trimmed clip could not be created for some reason. This is not a terminal state and the user could try again. Decide on your own if you want to dismiss the ClipShareFragment on your own.

Note:** if you want to dismiss the ClipShareFragment, you need to do so. ClipShareFragment does not dismiss itself.

  • fragment the ClipShareFragment