Share via


IRPPreviewViewControllerDelegate.DidFinish Method

Definition

Overloads

Name Description
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:")]
[Foundation.OptionalMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void DidFinish(ReplayKit.RPPreviewViewController previewController);
[<Foundation.Export("previewControllerDidFinish:")>]
[<Foundation.OptionalMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
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:")]
[Foundation.OptionalMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void DidFinish(ReplayKit.RPPreviewViewController previewController, Foundation.NSSet<Foundation.NSString> activityTypes);
[<Foundation.Export("previewController:didFinishWithActivityTypes:")>]
[<Foundation.OptionalMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
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