Share via


UIDocumentBrowserViewControllerDelegate.DidPickDocumentUrls Method

Definition

Developers may implement this method to respond after the user selects document URLs.

[Foundation.Export("documentBrowser:didPickDocumentURLs:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void DidPickDocumentUrls(UIKit.UIDocumentBrowserViewController controller, Foundation.NSUrl[] documentUrls);
[<Foundation.Export("documentBrowser:didPickDocumentURLs:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member DidPickDocumentUrls : UIKit.UIDocumentBrowserViewController * Foundation.NSUrl[] -> unit
override this.DidPickDocumentUrls : UIKit.UIDocumentBrowserViewController * Foundation.NSUrl[] -> unit

Parameters

controller
UIDocumentBrowserViewController

The controller in which the URLs were picked .

documentUrls
NSUrl[]

The chosen URLs.

Implements

Attributes

Applies to