IINGetRideStatusIntentResponseObserver Interface

Definition

Receives periodic updates on ride status.

[Foundation.Protocol(Name="INGetRideStatusIntentResponseObserver", WrapperType=typeof(Intents.INGetRideStatusIntentResponseObserverWrapper))]
[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 IINGetRideStatusIntentResponseObserver : IDisposable, ObjCRuntime.INativeObject
type IINGetRideStatusIntentResponseObserver = interface
    interface INativeObject
    interface IDisposable
Attributes
Implements

Properties

Handle

Handle (pointer) to the unmanaged object representation.

(Inherited from INativeObject)

Methods

DidUpdateRideStatus(INGetRideStatusIntentResponse)

Developers may override this method to respond to changes in the ride's status.

Applies to