xamarinios
namespace WebKit
{
[Introduced(PlatformName.MacOSX, 10, 13, PlatformArchitecture.All, null)]
[Introduced(PlatformName.iOS, 11, 0, PlatformArchitecture.All, null)]
[Protocol(Name = "WKURLSchemeTask", WrapperType = typeof(WKUrlSchemeTaskWrapper))]
[ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "DidFinish", Selector = "didFinish")]
[ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "DidReceiveResponse", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(NSUrlResponse) }, Selector = "didReceiveResponse:")]
[ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "DidReceiveData", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(NSData) }, Selector = "didReceiveData:")]
[ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "DidFailWithError", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(NSError) }, Selector = "didFailWithError:")]
[ProtocolMember(ArgumentSemantic = ArgumentSemantic.Copy, GetterSelector = "request", IsProperty = true, IsRequired = true, IsStatic = false, Name = "Request", PropertyType = typeof(NSUrlRequest), Selector = "request")]
public interface IWKUrlSchemeTask : INativeObject, IDisposable
{
[BindingImpl(BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Export("didReceiveResponse:")]
[Preserve(Conditional = true)]
void DidReceiveResponse(NSUrlResponse! response);
}
}
nuget.org | 0.0 %
Reference this API |
---|---|
.NET | 6.07.08.09.0 |
Information specific to xamarinios | |
Assembly | Xamarin.iOS , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |