RPScreenRecorderDelegate_Extensions.DidStopRecording Method

Definition

Overloads

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.Deprecated(ObjCRuntime.PlatformName.TvOS, 10, 0, ObjCRuntime.PlatformArchitecture.None, "Use 'DidStopRecording(RPScreenRecorder,RPPreviewViewController,NSError)' instead.")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.None, "Use 'DidStopRecording(RPScreenRecorder,RPPreviewViewController,NSError)' instead.")]
public static void DidStopRecording (this ReplayKit.IRPScreenRecorderDelegate This, ReplayKit.RPScreenRecorder screenRecorder, Foundation.NSError error, ReplayKit.RPPreviewViewController previewViewController);
static member DidStopRecording : ReplayKit.IRPScreenRecorderDelegate * ReplayKit.RPScreenRecorder * Foundation.NSError * ReplayKit.RPPreviewViewController -> unit

Parameters

This
IRPScreenRecorderDelegate

The instance on which this extension method operates.

screenRecorder
RPScreenRecorder
error
NSError
previewViewController
RPPreviewViewController

To be added.

This parameter can be null.

Attributes

Applies to

DidStopRecording(IRPScreenRecorderDelegate, RPScreenRecorder, RPPreviewViewController, NSError)

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public static void DidStopRecording (this ReplayKit.IRPScreenRecorderDelegate This, ReplayKit.RPScreenRecorder screenRecorder, ReplayKit.RPPreviewViewController previewViewController, Foundation.NSError error);
static member DidStopRecording : ReplayKit.IRPScreenRecorderDelegate * ReplayKit.RPScreenRecorder * ReplayKit.RPPreviewViewController * Foundation.NSError -> unit

Parameters

This
IRPScreenRecorderDelegate

The instance on which this extension method operates.

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