SFSafariViewControllerDelegate.GetActivityItems 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.
Method that is called to retrieve the activity items for the requested action.
[Foundation.Export("safariViewController:activityItemsForURL:title:")]
public virtual UIKit.UIActivity[] GetActivityItems (SafariServices.SFSafariViewController controller, Foundation.NSUrl url, string title);
abstract member GetActivityItems : SafariServices.SFSafariViewController * Foundation.NSUrl * string -> UIKit.UIActivity[]
override this.GetActivityItems : SafariServices.SFSafariViewController * Foundation.NSUrl * string -> UIKit.UIActivity[]
Parameters
- controller
- SFSafariViewController
- url
- NSUrl
Returns
- Attributes