RPScreenRecorder.StopRecording Method

Definition

Stops the recording and runs a handler when the recording stops.

[Foundation.Export("stopRecordingWithHandler:")]
public virtual void StopRecording (Action<ReplayKit.RPPreviewViewController,Foundation.NSError> handler);
abstract member StopRecording : Action<ReplayKit.RPPreviewViewController, Foundation.NSError> -> unit
override this.StopRecording : Action<ReplayKit.RPPreviewViewController, Foundation.NSError> -> unit

Parameters

handler
Action<RPPreviewViewController,NSError>

To be added.

This parameter can be null.

Attributes

Applies to