RPScreenRecorderDelegate.DidStopRecording Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
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.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 virtual void DidStopRecording (ReplayKit.RPScreenRecorder screenRecorder, Foundation.NSError error, ReplayKit.RPPreviewViewController previewViewController);
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
- Attributes
Applies to
DidStopRecording(RPScreenRecorder, RPPreviewViewController, NSError)
[Foundation.Export("screenRecorder:didStopRecordingWithPreviewViewController:error:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void DidStopRecording (ReplayKit.RPScreenRecorder screenRecorder, ReplayKit.RPPreviewViewController previewViewController, Foundation.NSError error);
abstract member DidStopRecording : ReplayKit.RPScreenRecorder * ReplayKit.RPPreviewViewController * Foundation.NSError -> unit
override this.DidStopRecording : ReplayKit.RPScreenRecorder * ReplayKit.RPPreviewViewController * Foundation.NSError -> unit
Parameters
- screenRecorder
- RPScreenRecorder
- Attributes