Share via


RPPreviewViewControllerDelegate_Extensions.DidFinish Method

Definition

Overloads

Name Description
DidFinish(IRPPreviewViewControllerDelegate, RPPreviewViewController)

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

DidFinish(IRPPreviewViewControllerDelegate, RPPreviewViewController, NSSet<NSString>)

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

DidFinish(IRPPreviewViewControllerDelegate, RPPreviewViewController)

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

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static void DidFinish(this ReplayKit.IRPPreviewViewControllerDelegate This, ReplayKit.RPPreviewViewController previewController);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member DidFinish : ReplayKit.IRPPreviewViewControllerDelegate * ReplayKit.RPPreviewViewController -> unit

Parameters

previewController
RPPreviewViewController
Attributes

Applies to

DidFinish(IRPPreviewViewControllerDelegate, RPPreviewViewController, NSSet<NSString>)

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

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static void DidFinish(this ReplayKit.IRPPreviewViewControllerDelegate This, ReplayKit.RPPreviewViewController previewController, Foundation.NSSet<Foundation.NSString> activityTypes);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member DidFinish : ReplayKit.IRPPreviewViewControllerDelegate * ReplayKit.RPPreviewViewController * Foundation.NSSet<Foundation.NSString> -> unit

Parameters

previewController
RPPreviewViewController
activityTypes
NSSet<NSString>
Attributes

Applies to