Share via


IINUIHostedViewControlling.Configure Method

Definition

[Foundation.Export("configureWithInteraction:context:completion:")]
[Foundation.OptionalMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void Configure(Intents.INInteraction interaction, IntentsUI.INUIHostedViewContext context, Action<CoreGraphics.CGSize> completion);
[<Foundation.Export("configureWithInteraction:context:completion:")>]
[<Foundation.OptionalMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member Configure : Intents.INInteraction * IntentsUI.INUIHostedViewContext * Action<CoreGraphics.CGSize> -> unit
override this.Configure : Intents.INInteraction * IntentsUI.INUIHostedViewContext * Action<CoreGraphics.CGSize> -> unit

Parameters

interaction
INInteraction
completion
Action<CGSize>
Attributes

Applies to