ISFSafariViewControllerDelegate 接口

定义

表示所需方法的接口 ((如果协议 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
派生
属性
实现

注解

此接口包含所需的方法 ((如果任何) 由 SFSafariViewControllerDelegate定义的协议)。

如果开发人员创建实现此接口的类,则实现方法将自动导出到 Objective-C,并使用协议中 SFSafariViewControllerDelegate 定义的方法的匹配签名。

可选方法 (类是否提供 SFSafariViewControllerDelegate_Extensions 任何) 作为接口的扩展方法,从而允许开发人员在协议上调用任何可选方法。

属性

Handle

处理指向非托管对象表示形式的 (指针) 。

(继承自 INativeObject)

扩展方法

DidCompleteInitialLoad(ISFSafariViewControllerDelegate, SFSafariViewController, Boolean)

加载第一个 URL 后调用的方法。

DidFinish(ISFSafariViewControllerDelegate, SFSafariViewController)

当用户关闭视图时调用的方法。

GetActivityItems(ISFSafariViewControllerDelegate, SFSafariViewController, NSUrl, String)

调用的方法,用于检索所请求操作的活动项。

GetExcludedActivityTypes(ISFSafariViewControllerDelegate, SFSafariViewController, NSUrl, String)

表示所需方法的接口 ((如果协议 SFSafariViewControllerDelegate有任何) )。

InitialLoadDidRedirectToUrl(ISFSafariViewControllerDelegate, SFSafariViewController, NSUrl)

表示所需方法的接口 ((如果协议 SFSafariViewControllerDelegate有任何) )。

适用于