clip Share Fragment Did Create Clip
abstract Unit clipShareFragmentDidCreateClip(ClipShareFragment fragment, Clip clip)
Content copied to clipboard
Called when the user finished trimming a clip and the clip was created. This is not a terminal state and the user can continue to trim another clip if desired. You should decide on your own if you want to dismiss the ClipShareFragment in this case or give the user some indication that the clip was created.
Note:** if you want to dismiss the ClipShareFragment, you need to do so. ClipShareFragment does not dismiss itself.
fragment the ClipShareFragment
clip the created clip