IINCancelRideIntentHandling Interfaccia

Definizione

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

[Foundation.Protocol(Name="INCancelRideIntentHandling", WrapperType=typeof(Intents.INCancelRideIntentHandlingWrapper))]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.MacOSX, ObjCRuntime.PlatformArchitecture.All, null)]
public interface IINCancelRideIntentHandling : IDisposable, ObjCRuntime.INativeObject
type IINCancelRideIntentHandling = interface
    interface INativeObject
    interface IDisposable
Attributi
Implementazioni

Proprietà

Handle

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

(Ereditato da INativeObject)

Metodi

HandleCancelRide(INCancelRideIntent, Action<INCancelRideIntentResponse>)

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

Metodi di estensione

Confirm(IINCancelRideIntentHandling, INCancelRideIntent, Action<INCancelRideIntentResponse>)

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

Si applica a