RPPreviewViewControllerDelegate_Extensions.DidFinish 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
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
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
The instance on which this extension method operates.
- previewController
- RPPreviewViewController
- Attributes