Package org.robovm.apple.uikit
Interface UIDocumentInteractionControllerDelegate
- All Superinterfaces:
NSObjectProtocol,ObjCProtocol
- All Known Implementing Classes:
UIDocumentInteractionControllerDelegateAdapter
public interface UIDocumentInteractionControllerDelegate extends NSObjectProtocol
-
Method Summary
Modifier and Type Method Description voiddidDismissOpenInMenu(UIDocumentInteractionController controller)voiddidDismissOptionsMenu(UIDocumentInteractionController controller)voiddidEndPreview(UIDocumentInteractionController controller)voiddidEndSendingToApplication(UIDocumentInteractionController controller, String application)CGRectgetRectForPreview(UIDocumentInteractionController controller)UIViewControllergetViewControllerForPreview(UIDocumentInteractionController controller)UIViewgetViewForPreview(UIDocumentInteractionController controller)voidwillBeginPreview(UIDocumentInteractionController controller)voidwillBeginSendingToApplication(UIDocumentInteractionController controller, String application)voidwillPresentOpenInMenu(UIDocumentInteractionController controller)voidwillPresentOptionsMenu(UIDocumentInteractionController controller)