RPPreviewViewControllerDelegate.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(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
- Attributes