RPPreviewViewControllerDelegate_Extensions.DidFinish Method

Definition

Overloads

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.

public static void DidFinish (this ReplayKit.IRPPreviewViewControllerDelegate This, ReplayKit.RPPreviewViewController previewController);
static member DidFinish : ReplayKit.IRPPreviewViewControllerDelegate * ReplayKit.RPPreviewViewController -> unit

Parameters

This
IRPPreviewViewControllerDelegate

The instance on which this extension method operates.

previewController
RPPreviewViewController

Applies to

DidFinish(IRPPreviewViewControllerDelegate, RPPreviewViewController, NSSet<NSString>)

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

[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public static void DidFinish (this ReplayKit.IRPPreviewViewControllerDelegate This, ReplayKit.RPPreviewViewController previewController, Foundation.NSSet<Foundation.NSString> activityTypes);
static member DidFinish : ReplayKit.IRPPreviewViewControllerDelegate * ReplayKit.RPPreviewViewController * Foundation.NSSet<Foundation.NSString> -> unit

Parameters

This
IRPPreviewViewControllerDelegate

The instance on which this extension method operates.

previewController
RPPreviewViewController
activityTypes
NSSet<NSString>
Attributes

Applies to