IINCancelRideIntentHandling Interface

Definition

Interface defining handler method that, when implemented, must call completion with an INCancelRideIntentResponse appropriate to 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
Attributes
Implements

Properties

Handle

Handle (pointer) to the unmanaged object representation.

(Inherited from INativeObject)

Methods

HandleCancelRide(INCancelRideIntent, Action<INCancelRideIntentResponse>)

Developers must override this method and invoke the T:System.Action`1 with an INCancelRideIntentResponse appropriate to the INCancelRideIntent intent.

Extension Methods

Confirm(IINCancelRideIntentHandling, INCancelRideIntent, Action<INCancelRideIntentResponse>)

Applies to