Uses of Class
org.robovm.apple.uikit.UIDocumentBrowserImportMode
| Package | Description |
|---|---|
| org.robovm.apple.uikit |
-
Uses of UIDocumentBrowserImportMode in org.robovm.apple.uikit
Methods in org.robovm.apple.uikit that return UIDocumentBrowserImportMode Modifier and Type Method Description static UIDocumentBrowserImportModeUIDocumentBrowserImportMode. valueOf(long n)Returns the enum constant of this type with the specified name.static UIDocumentBrowserImportModeUIDocumentBrowserImportMode. valueOf(String name)Returns the enum constant of this type with the specified name.static UIDocumentBrowserImportMode[]UIDocumentBrowserImportMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.robovm.apple.uikit with parameters of type UIDocumentBrowserImportMode Modifier and Type Method Description voidUIDocumentBrowserViewController. importDocument(NSURL documentURL, NSURL neighbourURL, UIDocumentBrowserImportMode importMode, VoidBlock2<NSURL,NSError> completion)Method parameters in org.robovm.apple.uikit with type arguments of type UIDocumentBrowserImportMode Modifier and Type Method Description voidUIDocumentBrowserViewControllerDelegate. didRequestDocumentCreationWithHandler(UIDocumentBrowserViewController controller, VoidBlock2<NSURL,UIDocumentBrowserImportMode> importHandler)voidUIDocumentBrowserViewControllerDelegateAdapter. didRequestDocumentCreationWithHandler(UIDocumentBrowserViewController controller, VoidBlock2<NSURL,UIDocumentBrowserImportMode> importHandler)