ISFSafariViewControllerDelegate Interface

Definition

Interface representing the required methods (if any) of the protocol SFSafariViewControllerDelegate.

[Foundation.Protocol(Name="SFSafariViewControllerDelegate", WrapperType=typeof(SafariServices.SFSafariViewControllerDelegateWrapper))]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public interface ISFSafariViewControllerDelegate : IDisposable, ObjCRuntime.INativeObject
type ISFSafariViewControllerDelegate = interface
    interface INativeObject
    interface IDisposable
Derived
Attributes
Implements

Remarks

This interface contains the required methods (if any) from the protocol defined by SFSafariViewControllerDelegate.

If developers create classes that implement this interface, the implementation methods will automatically be exported to Objective-C with the matching signature from the method defined in the SFSafariViewControllerDelegate protocol.

Optional methods (if any) are provided by the SFSafariViewControllerDelegate_Extensions class as extension methods to the interface, allowing developers to invoke any optional methods on the protocol.

Properties

Handle

Handle (pointer) to the unmanaged object representation.

(Inherited from INativeObject)

Extension Methods

DidCompleteInitialLoad(ISFSafariViewControllerDelegate, SFSafariViewController, Boolean)

Method that is called after the first URL is loaded.

DidFinish(ISFSafariViewControllerDelegate, SFSafariViewController)

Method that is called when the user dismisses the view.

GetActivityItems(ISFSafariViewControllerDelegate, SFSafariViewController, NSUrl, String)

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

GetExcludedActivityTypes(ISFSafariViewControllerDelegate, SFSafariViewController, NSUrl, String)
InitialLoadDidRedirectToUrl(ISFSafariViewControllerDelegate, SFSafariViewController, NSUrl)

Applies to