UIKit.UIDocumentInteractionControllerDelegate Members

The members of UIKit.UIDocumentInteractionControllerDelegate are listed below.

See Also: Inherited members from Foundation.NSObject

Public Constructors

Default constructor that initializes a new instance of this class with no parameters.

Protected Constructors

Constructor to call on derived classes to skip initialization and merely allocate the object.
A constructor used when creating managed representations of unmanaged objects; Called by the runtime.

Public Methods

CanPerformAction(UIDocumentInteractionController, ObjCRuntime.Selector) : bool
Whether the UIDocumentInteractionController can perform the specified action.
DidDismissOpenInMenu(UIDocumentInteractionController)
Indicates that the UIDocumentInteractionController has dismissed it's "Open In" menu.
DidDismissOptionsMenu(UIDocumentInteractionController)
Indicates that the UIDocumentInteractionController has dismissed its options menu.
DidEndPreview(UIDocumentInteractionController)
Indicates that the UIDocumentInteractionController has dismissed its document preview.
DidEndSendingToApplication(UIDocumentInteractionController, string)
Indicates that the UIDocumentInteractionController has handed off its document to the specified application.
PerformAction(UIDocumentInteractionController, ObjCRuntime.Selector) : bool
Attempts to perform the specified action on the UIDocumentInteractionController.
RectangleForPreview(UIDocumentInteractionController) : CoreGraphics.CGRect
Indicates that the UIDocumentInteractionController requires the rectangle to use as the starting point for animating the display of a document preview.
ViewControllerForPreview(UIDocumentInteractionController) : UIViewController
Indicates that the UIDocumentInteractionController needs a UIViewController for presenting a document preview.
ViewForPreview(UIDocumentInteractionController) : UIView
Indicates that the UIDocumentInteractionController requires the starting point for animating the display of a document preview.
WillBeginPreview(UIDocumentInteractionController)
Indicates that the UIDocumentInteractionController is about to display a document preview.
WillBeginSendingToApplication(UIDocumentInteractionController, string)
Indicates that the UIDocumentInteractionController's document is about to be opened by the specified application.
WillPresentOpenInMenu(UIDocumentInteractionController)
Indicates that the UIDocumentInteractionController is about to display an "Open In" menu.
WillPresentOptionsMenu(UIDocumentInteractionController)
Indicates that the UIDocumentInteractionController is about to display an options menu.