Package apple.replaykit.protocol
Interface RPPreviewViewControllerDelegate
-
public interface RPPreviewViewControllerDelegate
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default voidpreviewControllerDidFinish(RPPreviewViewController previewController)Called when the view controller is finished.default voidpreviewControllerDidFinishWithActivityTypes(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.
-
-
-
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.
-
-