The methods of UIKit.UIDocumentInteractionControllerDelegate are listed below. For a list of all members, see the UIDocumentInteractionControllerDelegate Members list.
See Also: Inherited members from Foundation.NSObject
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. | ||