IINSetCarLockStatusIntentHandling Interface

Definition

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

[Foundation.Protocol(Name="INSetCarLockStatusIntentHandling", WrapperType=typeof(Intents.INSetCarLockStatusIntentHandlingWrapper))]
[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 IINSetCarLockStatusIntentHandling : IDisposable, ObjCRuntime.INativeObject
type IINSetCarLockStatusIntentHandling = interface
    interface INativeObject
    interface IDisposable
Derived
Attributes
Implements

Properties

Handle

Handle (pointer) to the unmanaged object representation.

(Inherited from INativeObject)

Methods

HandleSetCarLockStatus(INSetCarLockStatusIntent, Action<INSetCarLockStatusIntentResponse>)

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

Extension Methods

ConfirmSetCarLockStatus(IINSetCarLockStatusIntentHandling, INSetCarLockStatusIntent, Action<INSetCarLockStatusIntentResponse>)

Developers may implement this method to customize confirmation of whether the app can lock and unlock the car.

ResolveCarName(IINSetCarLockStatusIntentHandling, INSetCarLockStatusIntent, Action<INSpeakableStringResolutionResult>)

Developers may implement this method to customize resolution of the car name.

ResolveLocked(IINSetCarLockStatusIntentHandling, INSetCarLockStatusIntent, Action<INBooleanResolutionResult>)

Developers may implement this method to customize resolution of the lock status.

Applies to