Partager via


IINCancelRideIntentHandling Interface

Définition

Interface définissant la méthode de gestionnaire qui, en cas d’implémentation, doit appeler completion avec un INCancelRideIntentResponse approprié à 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
Attributs
Implémente

Propriétés

Handle

Handle (pointeur) vers la représentation d’objet non managée.

(Hérité de INativeObject)

Méthodes

HandleCancelRide(INCancelRideIntent, Action<INCancelRideIntentResponse>)

Les développeurs doivent remplacer cette méthode et appeler T:System.Action'1 par un INCancelRideIntentResponse approprié à .INCancelRideIntentintent

Méthodes d’extension

Confirm(IINCancelRideIntentHandling, INCancelRideIntent, Action<INCancelRideIntentResponse>)

Interface définissant la méthode de gestionnaire qui, en cas d’implémentation, doit appeler completion avec un INCancelRideIntentResponse approprié à arg.

S’applique à