Compartilhar via


IINGetCarPowerLevelStatusIntentHandling Interface

Definição

Interface que define o método do manipulador que, quando implementado, deve chamar completion com um INGetCarPowerLevelStatusIntentResponse apropriado para o 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
Implementações

Propriedades

Handle

Manipule (ponteiro) para a representação de objeto não gerenciado.

(Herdado de INativeObject)

Métodos

HandleGetCarPowerLevelStatus(INGetCarPowerLevelStatusIntent, Action<INGetCarPowerLevelStatusIntentResponse>)

Os desenvolvedores devem substituir esse método e invocar o T:System.Action'1 com um INGetCarPowerLevelStatusIntentResponse apropriado para o INGetCarPowerLevelStatusIntentintent.

Métodos de Extensão

ConfirmGetCarPowerLevelStatus(IINGetCarPowerLevelStatusIntentHandling, INGetCarPowerLevelStatusIntent, Action<INGetCarPowerLevelStatusIntentResponse>)

Os desenvolvedores podem implementar esse método para confirmar se os níveis de energia do carro podem ser acessados.

ResolveCarName(IINGetCarPowerLevelStatusIntentHandling, INGetCarPowerLevelStatusIntent, Action<INSpeakableStringResolutionResult>)

Os desenvolvedores podem implementar esse método para resolver o nome do carro.

Aplica-se a