Share via


RPScreenRecorderDelegate_Extensions.DidStopRecording Method

Definition

Overloads

Name Description
DidStopRecording(IRPScreenRecorderDelegate, RPScreenRecorder, NSError, RPPreviewViewController)

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

DidStopRecording(IRPScreenRecorderDelegate, RPScreenRecorder, RPPreviewViewController, NSError)

DidStopRecording(IRPScreenRecorderDelegate, RPScreenRecorder, NSError, RPPreviewViewController)

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

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static void DidStopRecording(this ReplayKit.IRPScreenRecorderDelegate This, ReplayKit.RPScreenRecorder screenRecorder, Foundation.NSError error, ReplayKit.RPPreviewViewController? previewViewController);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member DidStopRecording : ReplayKit.IRPScreenRecorderDelegate * ReplayKit.RPScreenRecorder * Foundation.NSError * ReplayKit.RPPreviewViewController -> unit

Parameters

screenRecorder
RPScreenRecorder
error
NSError
previewViewController
RPPreviewViewController

To be added.

This parameter can be null.

Attributes

Applies to

DidStopRecording(IRPScreenRecorderDelegate, RPScreenRecorder, RPPreviewViewController, NSError)

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static void DidStopRecording(this ReplayKit.IRPScreenRecorderDelegate This, ReplayKit.RPScreenRecorder screenRecorder, ReplayKit.RPPreviewViewController? previewViewController, Foundation.NSError? error);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member DidStopRecording : ReplayKit.IRPScreenRecorderDelegate * 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.

Attributes

Applies to