UIKit.UIDocumentInteractionControllerDelegate_Extensions Members

The members of UIKit.UIDocumentInteractionControllerDelegate_Extensions are listed below.

See Also: Inherited members from System.Object

Public Methods

static
CanPerformAction(this IUIDocumentInteractionControllerDelegate, UIDocumentInteractionController, ObjCRuntime.Selector) : bool
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) : bool
Application developers should not use this deprecated method, which performs the specified action on the specified controller.
static
RectangleForPreview(this IUIDocumentInteractionControllerDelegate, UIDocumentInteractionController) : CoreGraphics.CGRect
The RectangleF used as the starting point for animating the display of a document preview.
static
ViewControllerForPreview(this IUIDocumentInteractionControllerDelegate, UIDocumentInteractionController) : UIViewController
The UIViewController that provides the document preview.
static
ViewForPreview(this IUIDocumentInteractionControllerDelegate, UIDocumentInteractionController) : UIView
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.