[−][src]Trait uikit_sys::PUIDocumentInteractionControllerDelegate
Provided methods
unsafe fn documentInteractionControllerViewControllerForPreview_(
self,
controller: UIDocumentInteractionController
) -> UIViewController where
Self::Target: Message + Sized,
self,
controller: UIDocumentInteractionController
) -> UIViewController where
Self::Target: Message + Sized,
unsafe fn documentInteractionControllerRectForPreview_(
self,
controller: UIDocumentInteractionController
) -> CGRect where
Self::Target: Message + Sized,
self,
controller: UIDocumentInteractionController
) -> CGRect where
Self::Target: Message + Sized,
unsafe fn documentInteractionControllerViewForPreview_(
self,
controller: UIDocumentInteractionController
) -> UIView where
Self::Target: Message + Sized,
self,
controller: UIDocumentInteractionController
) -> UIView where
Self::Target: Message + Sized,
unsafe fn documentInteractionControllerWillBeginPreview_(
self,
controller: UIDocumentInteractionController
) where
Self::Target: Message + Sized,
self,
controller: UIDocumentInteractionController
) where
Self::Target: Message + Sized,
unsafe fn documentInteractionControllerDidEndPreview_(
self,
controller: UIDocumentInteractionController
) where
Self::Target: Message + Sized,
self,
controller: UIDocumentInteractionController
) where
Self::Target: Message + Sized,
unsafe fn documentInteractionControllerWillPresentOptionsMenu_(
self,
controller: UIDocumentInteractionController
) where
Self::Target: Message + Sized,
self,
controller: UIDocumentInteractionController
) where
Self::Target: Message + Sized,
unsafe fn documentInteractionControllerDidDismissOptionsMenu_(
self,
controller: UIDocumentInteractionController
) where
Self::Target: Message + Sized,
self,
controller: UIDocumentInteractionController
) where
Self::Target: Message + Sized,
unsafe fn documentInteractionControllerWillPresentOpenInMenu_(
self,
controller: UIDocumentInteractionController
) where
Self::Target: Message + Sized,
self,
controller: UIDocumentInteractionController
) where
Self::Target: Message + Sized,
unsafe fn documentInteractionControllerDidDismissOpenInMenu_(
self,
controller: UIDocumentInteractionController
) where
Self::Target: Message + Sized,
self,
controller: UIDocumentInteractionController
) where
Self::Target: Message + Sized,
unsafe fn documentInteractionController_willBeginSendingToApplication_(
self,
controller: UIDocumentInteractionController,
application: NSString
) where
Self::Target: Message + Sized,
self,
controller: UIDocumentInteractionController,
application: NSString
) where
Self::Target: Message + Sized,
unsafe fn documentInteractionController_didEndSendingToApplication_(
self,
controller: UIDocumentInteractionController,
application: NSString
) where
Self::Target: Message + Sized,
self,
controller: UIDocumentInteractionController,
application: NSString
) where
Self::Target: Message + Sized,
unsafe fn documentInteractionController_canPerformAction_(
self,
controller: UIDocumentInteractionController,
action: Sel
) -> BOOL where
Self::Target: Message + Sized,
self,
controller: UIDocumentInteractionController,
action: Sel
) -> BOOL where
Self::Target: Message + Sized,
unsafe fn documentInteractionController_performAction_(
self,
controller: UIDocumentInteractionController,
action: Sel
) -> BOOL where
Self::Target: Message + Sized,
self,
controller: UIDocumentInteractionController,
action: Sel
) -> BOOL where
Self::Target: Message + Sized,