Share via


IINListCarsIntentHandling Interface

Definition

This interface represents the Objective-C protocol INListCarsIntentHandling.

[Foundation.Protocol(Name="INListCarsIntentHandling", WrapperType=typeof(Intents.INListCarsIntentHandlingWrapper))]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=true, IsStatic=false, Name="HandleListCars", ParameterBlockProxy=new System.Type[] { null, typeof(ObjCRuntime.Trampolines+NIDActionArity1V134) }, ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(Intents.INListCarsIntent), typeof(System.Action<Intents.INListCarsIntentResponse>) }, Selector="handleListCars:completion:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="ConfirmListCars", ParameterBlockProxy=new System.Type[] { null, typeof(ObjCRuntime.Trampolines+NIDActionArity1V134) }, ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(Intents.INListCarsIntent), typeof(System.Action<Intents.INListCarsIntentResponse>) }, Selector="confirmListCars:completion:")]
public interface IINListCarsIntentHandling : IDisposable, ObjCRuntime.INativeObject
[Foundation.Protocol(Name="INListCarsIntentHandling", WrapperType=typeof(Intents.INListCarsIntentHandlingWrapper))]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=true, IsStatic=false, Name="HandleListCars", ParameterBlockProxy=new System.Type[] { null, typeof(ObjCRuntime.Trampolines+NIDActionArity1V119) }, ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(Intents.INListCarsIntent), typeof(System.Action<Intents.INListCarsIntentResponse>) }, Selector="handleListCars:completion:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="ConfirmListCars", ParameterBlockProxy=new System.Type[] { null, typeof(ObjCRuntime.Trampolines+NIDActionArity1V119) }, ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(Intents.INListCarsIntent), typeof(System.Action<Intents.INListCarsIntentResponse>) }, Selector="confirmListCars:completion:")]
public interface IINListCarsIntentHandling : IDisposable, ObjCRuntime.INativeObject
[<Foundation.Protocol(Name="INListCarsIntentHandling", WrapperType=typeof(Intents.INListCarsIntentHandlingWrapper))>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=true, IsStatic=false, Name="HandleListCars", ParameterBlockProxy=new System.Type[] { null, typeof(ObjCRuntime.Trampolines+NIDActionArity1V134) }, ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(Intents.INListCarsIntent), typeof(System.Action<Intents.INListCarsIntentResponse>) }, Selector="handleListCars:completion:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="ConfirmListCars", ParameterBlockProxy=new System.Type[] { null, typeof(ObjCRuntime.Trampolines+NIDActionArity1V134) }, ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(Intents.INListCarsIntent), typeof(System.Action<Intents.INListCarsIntentResponse>) }, Selector="confirmListCars:completion:")>]
type IINListCarsIntentHandling = interface
    interface INativeObject
    interface IDisposable
[<Foundation.Protocol(Name="INListCarsIntentHandling", WrapperType=typeof(Intents.INListCarsIntentHandlingWrapper))>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=true, IsStatic=false, Name="HandleListCars", ParameterBlockProxy=new System.Type[] { null, typeof(ObjCRuntime.Trampolines+NIDActionArity1V119) }, ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(Intents.INListCarsIntent), typeof(System.Action<Intents.INListCarsIntentResponse>) }, Selector="handleListCars:completion:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="ConfirmListCars", ParameterBlockProxy=new System.Type[] { null, typeof(ObjCRuntime.Trampolines+NIDActionArity1V119) }, ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(Intents.INListCarsIntent), typeof(System.Action<Intents.INListCarsIntentResponse>) }, Selector="confirmListCars:completion:")>]
type IINListCarsIntentHandling = interface
    interface INativeObject
    interface IDisposable
Attributes
Implements

Remarks

A class that implements this interface (and subclasses NSObject) will be exported to Objective-C as implementing the Objective-C protocol this interface represents.

A class may also implement members from this interface to implement members from the protocol.

Applies to