Share via


SFSafariViewControllerDelegate.GetActivityItems Method

Definition

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

[Foundation.Export("safariViewController:activityItemsForURL:title:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual UIKit.UIActivity[] GetActivityItems(SafariServices.SFSafariViewController controller, Foundation.NSUrl url, string? title);
[<Foundation.Export("safariViewController:activityItemsForURL:title:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
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

Implements

Attributes

Applies to