IINSetDefrosterSettingsInCarIntentHandling Interface

Definition

Interface defining handler method that, when implemented, must call completion with an INSetDefrosterSettingsInCarIntentResponse appropriate to arg.

[Foundation.Protocol(Name="INSetDefrosterSettingsInCarIntentHandling", WrapperType=typeof(Intents.INSetDefrosterSettingsInCarIntentHandlingWrapper))]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.MacOSX, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public interface IINSetDefrosterSettingsInCarIntentHandling : IDisposable, ObjCRuntime.INativeObject
type IINSetDefrosterSettingsInCarIntentHandling = interface
    interface INativeObject
    interface IDisposable
Derived
Attributes
Implements

Properties

Handle

Handle (pointer) to the unmanaged object representation.

(Inherited from INativeObject)

Methods

HandleSetDefrosterSettingsInCar(INSetDefrosterSettingsInCarIntent, Action<INSetDefrosterSettingsInCarIntentResponse>)

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

Extension Methods

ConfirmSetDefrosterSettingsInCar(IINSetDefrosterSettingsInCarIntentHandling, INSetDefrosterSettingsInCarIntent, Action<INSetDefrosterSettingsInCarIntentResponse>)

Developers may override this method to customize the confirmation of defroster settings.

ResolveCarName(IINSetDefrosterSettingsInCarIntentHandling, INSetDefrosterSettingsInCarIntent, Action<INSpeakableStringResolutionResult>)
ResolveDefroster(IINSetDefrosterSettingsInCarIntentHandling, INSetDefrosterSettingsInCarIntent, Action<INCarDefrosterResolutionResult>)

Developers can override this method to customize the resolution of the requested defroster.

ResolveEnable(IINSetDefrosterSettingsInCarIntentHandling, INSetDefrosterSettingsInCarIntent, Action<INBooleanResolutionResult>)

Developers can override this method to customize the resolution of whether the defroster can be enabled.

Applies to