Share via


IINGetRideStatusIntentResponseObserver Interface

Definition

Receives periodic updates on ride status.

[Foundation.Protocol(Name="INGetRideStatusIntentResponseObserver", WrapperType=typeof(Intents.INGetRideStatusIntentResponseObserverWrapper))]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=true, IsStatic=false, Name="DidUpdateRideStatus", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(Intents.INGetRideStatusIntentResponse) }, Selector="getRideStatusResponseDidUpdate:")]
public interface IINGetRideStatusIntentResponseObserver : IDisposable, ObjCRuntime.INativeObject
[<Foundation.Protocol(Name="INGetRideStatusIntentResponseObserver", WrapperType=typeof(Intents.INGetRideStatusIntentResponseObserverWrapper))>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=true, IsStatic=false, Name="DidUpdateRideStatus", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(Intents.INGetRideStatusIntentResponse) }, Selector="getRideStatusResponseDidUpdate:")>]
type IINGetRideStatusIntentResponseObserver = interface
    interface INativeObject
    interface IDisposable
Attributes
Implements

Properties

Name Description
Handle

Handle (pointer) to the unmanaged object representation.

(Inherited from INativeObject)

Methods

Name Description
DidUpdateRideStatus(INGetRideStatusIntentResponse)

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

Extension Methods

Name Description
GetHandle(INativeObject)
GetNonNullHandle(INativeObject, String)

Applies to