UIDocumentBrowserViewControllerDelegate_Extensions.GetApplicationActivities Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns an array of custom application activities for an activity view.
public static UIKit.UIActivity[] GetApplicationActivities (this UIKit.IUIDocumentBrowserViewControllerDelegate This, UIKit.UIDocumentBrowserViewController controller, Foundation.NSUrl[] documentUrls);
static member GetApplicationActivities : UIKit.IUIDocumentBrowserViewControllerDelegate * UIKit.UIDocumentBrowserViewController * Foundation.NSUrl[] -> UIKit.UIActivity[]
Parameters
The instance on which this extension method operates.
- controller
- UIDocumentBrowserViewController
The controller that is making the request.
- documentUrls
- NSUrl[]
URLs to the documents to share.