RPPreviewViewControllerDelegate.DidFinish Method

Definition

Overloads

DidFinish(RPPreviewViewController)

Method that is called when the previewer is ready to be dismissed.

DidFinish(RPPreviewViewController, NSSet<NSString>)

Method that is called when the previewer is ready to be dismissed.

DidFinish(RPPreviewViewController)

Method that is called when the previewer is ready to be dismissed.

[Foundation.Export("previewControllerDidFinish:")]
public virtual void DidFinish (ReplayKit.RPPreviewViewController previewController);
abstract member DidFinish : ReplayKit.RPPreviewViewController -> unit
override this.DidFinish : ReplayKit.RPPreviewViewController -> unit

Parameters

previewController
RPPreviewViewController
Attributes

Applies to

DidFinish(RPPreviewViewController, NSSet<NSString>)

Method that is called when the previewer is ready to be dismissed.

[Foundation.Export("previewController:didFinishWithActivityTypes:")]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void DidFinish (ReplayKit.RPPreviewViewController previewController, Foundation.NSSet<Foundation.NSString> activityTypes);
abstract member DidFinish : ReplayKit.RPPreviewViewController * Foundation.NSSet<Foundation.NSString> -> unit
override this.DidFinish : ReplayKit.RPPreviewViewController * Foundation.NSSet<Foundation.NSString> -> unit

Parameters

previewController
RPPreviewViewController
activityTypes
NSSet<NSString>
Attributes

Applies to