IWebPolicyDelegate
DecidePolicyForMimeType(IWebPolicyDelegate, WebView, String, NSUrlRequest, WebFrame, NSObject)
DecidePolicyForNavigation(IWebPolicyDelegate, WebView, NSDictionary, NSUrlRequest, WebFrame, NSObject)
DecidePolicyForNewWindow(IWebPolicyDelegate, WebView, NSDictionary, NSUrlRequest, String, NSObject)
UnableToImplementPolicy(IWebPolicyDelegate, WebView, NSError, WebFrame)
xamarinmac
namespace WebKit
{
[Deprecated(PlatformName.MacOSX, 10, 14, PlatformArchitecture.None, "No longer supported.")]
[Protocol(FormalSince = "10.11", Name = "WebPolicyDelegate", WrapperType = typeof(WebPolicyDelegateWrapper))]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "DecidePolicyForNavigation", ParameterByRef = new[] { false, false, false, false, false }, ParameterType = new[] { typeof(WebView), typeof(NSDictionary), typeof(NSUrlRequest), typeof(WebFrame), typeof(NSObject) }, Selector = "webView:decidePolicyForNavigationAction:request:frame:decisionListener:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "DecidePolicyForNewWindow", ParameterByRef = new[] { false, false, false, false, false }, ParameterType = new[] { typeof(WebView), typeof(NSDictionary), typeof(NSUrlRequest), typeof(string), typeof(NSObject) }, Selector = "webView:decidePolicyForNewWindowAction:request:newFrameName:decisionListener:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "DecidePolicyForMimeType", ParameterByRef = new[] { false, false, false, false, false }, ParameterType = new[] { typeof(WebView), typeof(string), typeof(NSUrlRequest), typeof(WebFrame), typeof(NSObject) }, Selector = "webView:decidePolicyForMIMEType:request:frame:decisionListener:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "UnableToImplementPolicy", ParameterByRef = new[] { false, false, false }, ParameterType = new[] { typeof(WebView), typeof(NSError), typeof(WebFrame) }, Selector = "webView:unableToImplementPolicyWithError:frame:")]
public interface IWebPolicyDelegate : INativeObject, IDisposable
}
nuget.org | 0.0 % Reference this API 0.0 % Derive from this class or interface |
---|---|
.NET | 6.07.08.09.0 |
Information specific to xamarinmac | |
Assembly | Xamarin.Mac , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API