IINGetCarLockStatusIntentHandling Interface

Definition

Interface defining handler method that, when implemented, must call completion with an INGetCarLockStatusIntentResponse appropriate to the intent.

[Foundation.Protocol(Name="INGetCarLockStatusIntentHandling", WrapperType=typeof(Intents.INGetCarLockStatusIntentHandlingWrapper))]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 10, 3, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.WatchOS, 3, 2, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.MacOSX, ObjCRuntime.PlatformArchitecture.All, null)]
public interface IINGetCarLockStatusIntentHandling : IDisposable, ObjCRuntime.INativeObject
type IINGetCarLockStatusIntentHandling = interface
    interface INativeObject
    interface IDisposable
Derived
Attributes
Implements

Properties

Handle

Handle (pointer) to the unmanaged object representation.

(Inherited from INativeObject)

Methods

HandleGetCarLockStatus(INGetCarLockStatusIntent, Action<INGetCarLockStatusIntentResponse>)

Developers must override this method and invoke the T:System.Action`1 with an INGetCarLockStatusIntentResponse appropriate to the INGetCarLockStatusIntent intent.

Extension Methods

ConfirmGetCarLockStatus(IINGetCarLockStatusIntentHandling, INGetCarLockStatusIntent, Action<INGetCarLockStatusIntentResponse>)

Developers may implement this method to onfirm whether the car's locks can be accessed.

ResolveCarName(IINGetCarLockStatusIntentHandling, INGetCarLockStatusIntent, Action<INSpeakableStringResolutionResult>)

Developers may implement this method to resolve the car's name.

Applies to