SFSafariViewControllerDelegate.GetExcludedActivityTypes Method

Definition

[Foundation.Export("safariViewController:excludedActivityTypesForURL:title:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual string[] GetExcludedActivityTypes (SafariServices.SFSafariViewController controller, Foundation.NSUrl url, string title);
abstract member GetExcludedActivityTypes : SafariServices.SFSafariViewController * Foundation.NSUrl * string -> string[]
override this.GetExcludedActivityTypes : SafariServices.SFSafariViewController * Foundation.NSUrl * string -> string[]

Parameters

url
NSUrl
title
String

To be added.

This parameter can be null.

Returns

String[]
Attributes

Applies to