xamarinios
namespace IntentsUI
{
[Introduced(PlatformName.iOS, 10, 0, PlatformArchitecture.All, null)]
[Protocol(Name = "INUIHostedViewControlling", WrapperType = typeof(INUIHostedViewControllingWrapper))]
[ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "Configure", ParameterBlockProxy = new[] { null, null, typeof(NIDActionArity1V189) }, ParameterByRef = new[] { false, false, false }, ParameterType = new[] { typeof(INInteraction), typeof(INUIHostedViewContext), typeof(Action<CGSize>) }, Selector = "configureWithInteraction:context:completion:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "ConfigureView", ParameterBlockProxy = new[] { null, null, null, null, typeof(NIDINUIHostedViewControllingConfigureViewHandler) }, ParameterByRef = new[] { false, false, false, false, false }, ParameterType = new[] { typeof(NSSet<INParameter>), typeof(INInteraction), typeof(INUIInteractiveBehavior), typeof(INUIHostedViewContext), typeof(INUIHostedViewControllingConfigureViewHandler) }, Selector = "configureViewForParameters:ofInteraction:interactiveBehavior:context:completion:")]
public interface IINUIHostedViewControlling : INativeObject, IDisposable
{
[BindingImpl(BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Export("configureWithInteraction:context:completion:")]
[Preserve(Conditional = true)]
void Configure(INInteraction! interaction, INUIHostedViewContext context, [BlockProxy(typeof(NIDActionArity1V189))] Action<CGSize>! completion);
}
}
Xamarin iOS | 0.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. |