public interface RPPreviewViewControllerDelegate
| Modifier and Type | Method and Description |
|---|---|
default void |
previewControllerDidFinish(RPPreviewViewController previewController)
Called when the view controller is finished.
|
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.
|
default void previewControllerDidFinishWithActivityTypes(RPPreviewViewController previewController, NSSet<java.lang.String> activityTypes)
default void previewControllerDidFinish(RPPreviewViewController previewController)