Uses of Class
org.robovm.apple.uikit.UIDocumentPickerMode
| Package | Description |
|---|---|
| org.robovm.apple.uikit |
-
Uses of UIDocumentPickerMode in org.robovm.apple.uikit
Methods in org.robovm.apple.uikit that return UIDocumentPickerMode Modifier and Type Method Description UIDocumentPickerModeUIDocumentPickerExtensionViewController. getDocumentPickerMode()Deprecated.UIDocumentPickerModeUIDocumentPickerViewController. getDocumentPickerMode()Deprecated.Deprecated in iOS 14.0.static UIDocumentPickerModeUIDocumentPickerMode. valueOf(long n)Deprecated.Returns the enum constant of this type with the specified name.static UIDocumentPickerModeUIDocumentPickerMode. valueOf(String name)Deprecated.Returns the enum constant of this type with the specified name.static UIDocumentPickerMode[]UIDocumentPickerMode. values()Deprecated.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 UIDocumentPickerMode Modifier and Type Method Description protected longUIDocumentMenuViewController. init(List<String> allowedUTIs, UIDocumentPickerMode mode)Deprecated.protected longUIDocumentMenuViewController. init(NSURL url, UIDocumentPickerMode mode)Deprecated.protected longUIDocumentPickerViewController. init(List<String> allowedUTIs, UIDocumentPickerMode mode)Deprecated.Deprecated in iOS 14.0.protected longUIDocumentPickerViewController. init(NSArray<NSURL> urls, UIDocumentPickerMode mode)Deprecated.Deprecated in iOS 14.0.protected longUIDocumentPickerViewController. init(NSURL url, UIDocumentPickerMode mode)Deprecated.Deprecated in iOS 14.0.voidUIDocumentPickerExtensionViewController. prepareForPresentation(UIDocumentPickerMode mode)Deprecated.Constructors in org.robovm.apple.uikit with parameters of type UIDocumentPickerMode Constructor Description UIDocumentMenuViewController(List<String> allowedUTIs, UIDocumentPickerMode mode)Deprecated.UIDocumentMenuViewController(NSURL url, UIDocumentPickerMode mode)Deprecated.UIDocumentPickerViewController(List<String> allowedUTIs, UIDocumentPickerMode mode)Deprecated.Deprecated in iOS 14.0.UIDocumentPickerViewController(NSArray<NSURL> urls, UIDocumentPickerMode mode)Deprecated.Deprecated in iOS 14.0.UIDocumentPickerViewController(NSURL url, UIDocumentPickerMode mode)Deprecated.Deprecated in iOS 14.0.