Interface RPPreviewViewControllerDelegate


  • public interface RPPreviewViewControllerDelegate
    • Method Detail

      • previewControllerDidFinishWithActivityTypes

        default void previewControllerDidFinishWithActivityTypes​(RPPreviewViewController previewController,
                                                                 NSSet<java.lang.String> activityTypes)
        Called when the view controller is finished and returns a set of activity types that the user has completed on the recording. The built in activity types are listed in UIActivity.h.
      • previewControllerDidFinish

        default void previewControllerDidFinish​(RPPreviewViewController previewController)
        Called when the view controller is finished.