Share via


SFSafariViewControllerDelegate_Extensions.GetActivityItems Method

Definition

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

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static UIKit.UIActivity[] GetActivityItems(this SafariServices.ISFSafariViewControllerDelegate This, SafariServices.SFSafariViewController controller, Foundation.NSUrl url, string? title);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member GetActivityItems : SafariServices.ISFSafariViewControllerDelegate * SafariServices.SFSafariViewController * Foundation.NSUrl * string -> UIKit.UIActivity[]

Parameters

url
NSUrl
title
String

To be added.

This parameter can be null.

Returns

Attributes

Applies to