IINGetCarPowerLevelStatusIntentHandling Interfaz

Definición

Interfaz que define el método de controlador que, cuando se implementa, debe llamar a completion con un INGetCarPowerLevelStatusIntentResponse adecuado para .intent

[Foundation.Protocol(Name="INGetCarPowerLevelStatusIntentHandling", WrapperType=typeof(Intents.INGetCarPowerLevelStatusIntentHandlingWrapper))]
[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 IINGetCarPowerLevelStatusIntentHandling : IDisposable, ObjCRuntime.INativeObject
type IINGetCarPowerLevelStatusIntentHandling = interface
    interface INativeObject
    interface IDisposable
Derivado
Atributos
Implementaciones

Propiedades

Handle

Identificador (puntero) a la representación del objeto no administrado.

(Heredado de INativeObject)

Métodos

HandleGetCarPowerLevelStatus(INGetCarPowerLevelStatusIntent, Action<INGetCarPowerLevelStatusIntentResponse>)

Los desarrolladores deben invalidar este método e invocar TSystem.Action'1 con un INGetCarPowerLevelStatusIntentResponse adecuado para .INGetCarPowerLevelStatusIntentintent

Métodos de extensión

ConfirmGetCarPowerLevelStatus(IINGetCarPowerLevelStatusIntentHandling, INGetCarPowerLevelStatusIntent, Action<INGetCarPowerLevelStatusIntentResponse>)

Los desarrolladores pueden implementar este método para confirmar si se puede acceder a los niveles de potencia del automóvil.

ResolveCarName(IINGetCarPowerLevelStatusIntentHandling, INGetCarPowerLevelStatusIntent, Action<INSpeakableStringResolutionResult>)

Los desarrolladores pueden implementar este método para resolver el nombre del automóvil.

Se aplica a