xamarinios
namespace UIKit
{
[Introduced(PlatformName.iOS, 11, 0, PlatformArchitecture.All, null)]
[Protocol(Name = "UIDocumentBrowserViewControllerDelegate", WrapperType = typeof(UIDocumentBrowserViewControllerDelegateWrapper))]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "DidPickDocumentUrls", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(UIDocumentBrowserViewController), typeof(NSUrl[]) }, Selector = "documentBrowser:didPickDocumentURLs:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "DidImportDocument", ParameterByRef = new[] { false, false, false }, ParameterType = new[] { typeof(UIDocumentBrowserViewController), typeof(NSUrl), typeof(NSUrl) }, Selector = "documentBrowser:didImportDocumentAtURL:toDestinationURL:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "FailedToImportDocument", ParameterByRef = new[] { false, false, false }, ParameterType = new[] { typeof(UIDocumentBrowserViewController), typeof(NSUrl), typeof(NSError) }, Selector = "documentBrowser:failedToImportDocumentAtURL:error:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "WillPresent", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(UIDocumentBrowserViewController), typeof(UIActivityViewController) }, Selector = "documentBrowser:willPresentActivityViewController:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "DidPickDocumentsAtUrls", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(UIDocumentBrowserViewController), typeof(NSUrl[]) }, Selector = "documentBrowser:didPickDocumentsAtURLs:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "DidRequestDocumentCreation", ParameterBlockProxy = new[] { null, typeof(NIDActionArity2V112) }, ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(UIDocumentBrowserViewController), typeof(Action<NSUrl, UIDocumentBrowserImportMode>) }, Selector = "documentBrowser:didRequestDocumentCreationWithHandler:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "GetApplicationActivities", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(UIDocumentBrowserViewController), typeof(NSUrl[]) }, ReturnType = typeof(UIActivity[]), Selector = "documentBrowser:applicationActivitiesForDocumentURLs:")]
[Unavailable(PlatformName.TvOS, PlatformArchitecture.All, null)]
[Unavailable(PlatformName.WatchOS, PlatformArchitecture.All, null)]
public interface IUIDocumentBrowserViewControllerDelegate : INativeObject, IDisposable
}
.NET | 6.07.08.09.0 |
---|---|
Information specific to xamarinios | |
Assembly | Xamarin.iOS , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |