SFSafariViewControllerDelegate.GetActivityItems Method

Definition

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

url
NSUrl
title
String

To be added.

This parameter can be null.

Returns

Attributes

Applies to