The members of UIKit.UIDocumentInteractionControllerDelegate are listed below.
See Also: Inherited members from Foundation.NSObject
| Default constructor that initializes a new instance of this class with no parameters. |
| 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. |
CanPerformAction(UIDocumentInteractionController, ObjCRuntime.Selector)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)Attempts to perform the specified action on the UIDocumentInteractionController. | ||
RectangleForPreview(UIDocumentInteractionController)Indicates that the UIDocumentInteractionController requires the rectangle to use as the starting point for animating the display of a document preview. | ||
ViewControllerForPreview(UIDocumentInteractionController)Indicates that the UIDocumentInteractionController needs a UIViewController for presenting a document preview. | ||
ViewForPreview(UIDocumentInteractionController)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. | ||