RPPreviewViewControllerDelegate_Extensions Class
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.
Extension methods to the IRPPreviewViewControllerDelegate interface to support all the methods from the RPPreviewViewControllerDelegate protocol.
public static class RPPreviewViewControllerDelegate_Extensions
type RPPreviewViewControllerDelegate_Extensions = class
- Inheritance
-
RPPreviewViewControllerDelegate_Extensions
Remarks
The extension methods for IRPPreviewViewControllerDelegate allow developers to treat instances of the interface as having all the optional methods of the original RPPreviewViewControllerDelegate protocol. Since the interface only contains the required members, these extension methods allow developers to call the optional members of the protocol.
Methods
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. |