IINGetCarPowerLevelStatusIntentHandling Interfaccia

Definizione

L'interfaccia che definisce il metodo del gestore che, quando implementato, deve chiamare completion con un INGetCarPowerLevelStatusIntentResponse oggetto intentappropriato a .

[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
Derivato
Attributi
Implementazioni

Proprietà

Handle

Gestire (puntatore) alla rappresentazione dell'oggetto non gestita.

(Ereditato da INativeObject)

Metodi

HandleGetCarPowerLevelStatus(INGetCarPowerLevelStatusIntent, Action<INGetCarPowerLevelStatusIntentResponse>)

Gli sviluppatori devono eseguire l'override di questo metodo e richiamare il T con un INGetCarPowerLevelStatusIntentResponse oggetto appropriato per .INGetCarPowerLevelStatusIntentintent

Metodi di estensione

ConfirmGetCarPowerLevelStatus(IINGetCarPowerLevelStatusIntentHandling, INGetCarPowerLevelStatusIntent, Action<INGetCarPowerLevelStatusIntentResponse>)

Gli sviluppatori possono implementare questo metodo per verificare se è possibile accedere ai livelli di potenza dell'auto.

ResolveCarName(IINGetCarPowerLevelStatusIntentHandling, INGetCarPowerLevelStatusIntent, Action<INSpeakableStringResolutionResult>)

Gli sviluppatori possono implementare questo metodo per risolvere il nome dell'auto.

Si applica a