Edit

Share via


SFSafariViewControllerDelegate_Extensions.GetActivityItems Method

Definition

Method that is called to retrieve the activity items for the requested action.

public static UIKit.UIActivity[] GetActivityItems (this SafariServices.ISFSafariViewControllerDelegate This, SafariServices.SFSafariViewController controller, Foundation.NSUrl url, string title);
static member GetActivityItems : SafariServices.ISFSafariViewControllerDelegate * SafariServices.SFSafariViewController * Foundation.NSUrl * string -> UIKit.UIActivity[]

Parameters

This
ISFSafariViewControllerDelegate

The instance on which this extension method operates.

url
NSUrl
title
String

To be added.

This parameter can be null.

Returns

Applies to