Share via


RPScreenRecorderDelegate.DidStopRecording Method

Definition

Overloads

Name Description
DidStopRecording(RPScreenRecorder, NSError, RPPreviewViewController)

Developers should not use this deprecated method. Developers should use 'DidStopRecording(RPScreenRecorder,RPPreviewViewController,NSError)' instead.

DidStopRecording(RPScreenRecorder, RPPreviewViewController, NSError)

DidStopRecording(RPScreenRecorder, NSError, RPPreviewViewController)

Developers should not use this deprecated method. Developers should use 'DidStopRecording(RPScreenRecorder,RPPreviewViewController,NSError)' instead.

[Foundation.Export("screenRecorder:didStopRecordingWithError:previewViewController:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void DidStopRecording(ReplayKit.RPScreenRecorder screenRecorder, Foundation.NSError error, ReplayKit.RPPreviewViewController? previewViewController);
[<Foundation.Export("screenRecorder:didStopRecordingWithError:previewViewController:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member DidStopRecording : ReplayKit.RPScreenRecorder * Foundation.NSError * ReplayKit.RPPreviewViewController -> unit
override this.DidStopRecording : ReplayKit.RPScreenRecorder * Foundation.NSError * ReplayKit.RPPreviewViewController -> unit

Parameters

screenRecorder
RPScreenRecorder
error
NSError
previewViewController
RPPreviewViewController

To be added.

This parameter can be null.

Implements

Attributes

Applies to

DidStopRecording(RPScreenRecorder, RPPreviewViewController, NSError)

[Foundation.Export("screenRecorder:didStopRecordingWithPreviewViewController:error:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void DidStopRecording(ReplayKit.RPScreenRecorder screenRecorder, ReplayKit.RPPreviewViewController? previewViewController, Foundation.NSError? error);
[<Foundation.Export("screenRecorder:didStopRecordingWithPreviewViewController:error:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member DidStopRecording : ReplayKit.RPScreenRecorder * ReplayKit.RPPreviewViewController * Foundation.NSError -> unit
override this.DidStopRecording : ReplayKit.RPScreenRecorder * ReplayKit.RPPreviewViewController * Foundation.NSError -> unit

Parameters

screenRecorder
RPScreenRecorder
previewViewController
RPPreviewViewController

To be added.

This parameter can be null.

error
NSError

To be added.

This parameter can be null.

Implements

Attributes

Applies to