The methods of UIKit.UIDocumentInteractionControllerDelegate_Extensions are listed below. For a list of all members, see the UIDocumentInteractionControllerDelegate_Extensions Members list.
See Also: Inherited members from System.Object
static | CanPerformAction(this IUIDocumentInteractionControllerDelegate, UIDocumentInteractionController, ObjCRuntime.Selector)Developers should not use this deprecated method, which determines whether the specified controller should support the specified action. | |
static | DidDismissOpenInMenu(this IUIDocumentInteractionControllerDelegate, UIDocumentInteractionController)Indicates that the controller has dismissed its "Open In..." menu. | |
static | DidDismissOptionsMenu(this IUIDocumentInteractionControllerDelegate, UIDocumentInteractionController)Indicates that the controller has dismissed its "Options" menu. | |
static | DidEndPreview(this IUIDocumentInteractionControllerDelegate, UIDocumentInteractionController)Indicates that the controller has ended its document preview. | |
static | DidEndSendingToApplication(this IUIDocumentInteractionControllerDelegate, UIDocumentInteractionController, string)Indicates that the controller's document has been handed off to the specified application. | |
static | PerformAction(this IUIDocumentInteractionControllerDelegate, UIDocumentInteractionController, ObjCRuntime.Selector)Application developers should not use this deprecated method, which performs the specified action on the specified controller. | |
static | RectangleForPreview(this IUIDocumentInteractionControllerDelegate, UIDocumentInteractionController)The RectangleF used as the starting point for animating the display of a document preview. | |
static | ViewControllerForPreview(this IUIDocumentInteractionControllerDelegate, UIDocumentInteractionController)The UIViewController that provides the document preview. | |
static | ViewForPreview(this IUIDocumentInteractionControllerDelegate, UIDocumentInteractionController)The UIView to use as the starting point for the animation preview. If null, the preview fades into place. | |
static | WillBeginPreview(this IUIDocumentInteractionControllerDelegate, UIDocumentInteractionController)Indicates that document preview is about to start. | |
static | WillBeginSendingToApplication(this IUIDocumentInteractionControllerDelegate, UIDocumentInteractionController, string)Indicates that the controller's document is about to be handed off to the specified application. | |
static | WillPresentOpenInMenu(this IUIDocumentInteractionControllerDelegate, UIDocumentInteractionController)Indicates that the "Open In..." menu is about to be presented to the app user. | |
static | WillPresentOptionsMenu(this IUIDocumentInteractionControllerDelegate, UIDocumentInteractionController)Indicates that the "Options" menu is about to be presented to the app user. | |