IINGetRideStatusIntentHandling Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Interface defining handler method that, when implemented, must call completion
with an INGetRideStatusIntentResponse appropriate to arg
.
[Foundation.Protocol(Name="INGetRideStatusIntentHandling", WrapperType=typeof(Intents.INGetRideStatusIntentHandlingWrapper))]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 10, 0, 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 IINGetRideStatusIntentHandling : IDisposable, ObjCRuntime.INativeObject
type IINGetRideStatusIntentHandling = interface
interface INativeObject
interface IDisposable
- Derived
- Attributes
- Implements
Properties
Handle |
Handle (pointer) to the unmanaged object representation. (Inherited from INativeObject) |
Methods
HandleRideStatus(INGetRideStatusIntent, Action<INGetRideStatusIntentResponse>) |
Developers must override this method and invoke the T:System.Action`1 with an INGetRideStatusIntentResponse appropriate to the INGetRideStatusIntent |
StartSendingUpdates(INGetRideStatusIntent, IINGetRideStatusIntentResponseObserver) |
Developers may call this method to begin sending updates about the ride status. |
StopSendingUpdates(INGetRideStatusIntent) |
Developers may call this method to end the sending of updates about the ride status. |
Extension Methods
ConfirmRideStatus(IINGetRideStatusIntentHandling, INGetRideStatusIntent, Action<INGetRideStatusIntentResponse>) |
Developers may override this method to customize the confirmation of a ride's status. |